-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Vectors as labels #2047
Copy link
Copy link
Closed
Labels
Description
Hi,
I'm using Caffe for regression and I need to set the labels to be an N-dim vector instead of using a discrete set of labels. Is there a way of doing this without modifying the source code?
I understand that HDF5 Layer can be used to input that N-dim label vector, but I'm not so sure about vectorizing the image in that case.
Reactions are currently unavailable