-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Closed
Labels
Description
Hi there,
I have a set of images of galaxies and labels are (x_1, x_2) \in [-1,1] which are related
to principle axes of the galaxies, so the learning problem is 2D regression. Can somebody give me hint how implement that in caffe.
Would it be the right way to add in caffe.proto ( message Datum {...} )
an additional field, e.g.
optional float label_float = 7;
and use EuclideanLossLayer<Dtype>?
Thanks,
Thomas
Reactions are currently unavailable