lfz/DSB2017

The learning_rate of classifier

Opened this issue · 1 comments

The training of classifier needs a default learning rate, which is 'None' in the code, what value should I use as default?

Thanks a lot!

My-trained-detector works well with your pre-trained classifier.
My-trained-detector works with my-trained-classifier, got log loss 23.

I set the learning rate of the classifier as 0.01. Am I on the wrong way? @lfz