You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gather a small and well-known dataset for multi-target regression that implementation can be checked against easily
set a working training / prediction model with Caffe
include the multi-target model definition to API as needed
add to model template construction code
add to unit tests
Discussing whether this does use the scheme recommended in BVLC/caffe#881 (comment) or some other (simpler ?) way that requires patching Caffe, might be required.
(Also, multi-target regression (and classification) do not mix well with the image connector typically, that uses the repository name as the single class (no regression supported yet) label.)
The text was updated successfully, but these errors were encountered:
As a follow up to #1, see https://github.com/beniz/deepdetect/issues/1#issuecomment-137553339
Steps:
Discussing whether this does use the scheme recommended in BVLC/caffe#881 (comment) or some other (simpler ?) way that requires patching Caffe, might be required.
(Also, multi-target regression (and classification) do not mix well with the
image
connector typically, that uses the repository name as the single class (no regression supported yet) label.)The text was updated successfully, but these errors were encountered: