Skip to content

loss layers when training? #12

Open
@CongWeilin

Description

I want to train the data by myself.
My method:
input data: four kinds of training data( includes positive, negative, part, landmarks)
for different data, only backward specific loss layers.(eg. For positive update regression Loss and landmark loss, for negative update classification loss , for landmark face update landmark loss)
However, in the paper, We use det:box:landmark = 1:0.5:0.5 in P-Net and R-Net, how can i implement it?

  1. change loss layer Weigh_Loss to 2:1:1?
  2. make training data pos:neg:part:land = 3:2:1:1?

I wish to know the two method above is it correct?
What is your method?
What the data proportion(pos:neg:part:land = ?:?:?:?)

Thanks a lot

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions