Closed philferriere closed 6 years ago
We used this scaling factor as the range of our loss differed from the range of the loss of OSVOS.
To be perfectly clear, was this a value you chose arbitrarily, or did you use a specific procedure to compute this value?
Thank you again for your help with those implementation details!
We just observed the range of the losses and how different they were compared to OSVOS, and thought that this value was more convenient. We didn't do any hyper-parameter search.
Got it. Thank you for your help!
In the "base" OSVOS implementation shared here, the total loss is computed as follows:
The lesion segmenter uses the same L2 regularization as in the reference implementation. However, the liver segmenter uses the following instead:
Why is this
0.001
scaling necessary in the liver segmenter? What procedure did you use to come up with this scaling factor?Thank you for your help clarifying this!