yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
753 stars 259 forks source link

Question about the parameters η and λ #47

Closed trungpv88 closed 6 years ago

trungpv88 commented 6 years ago

Hello,

I am very interested in your network. As mentioned in your paper, "The parameters η and λ in loss function are also set depending on training data". But, I cannot find these parameters in the configure file ('solver.prototxt'). Where can I set these parameters (maybe, in the source code) ?

Thank you very much.

yun-liu commented 6 years ago

η is in the 668th line of _datatransformer.cpp, and λ is in the 68th and 107th lines of _sigmoid_cross_entropy_losslayer.cpp.

trungpv88 commented 6 years ago

I found it. Thank you very much.