Skip to content

Regression Loss #210

@tstibor

Description

@tstibor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions