Marc Ferradou
Marc Ferradou
The error from travis seems independent from the code.
Maybe something like a lambda annealing?
I am sorry I am unsure to understand the question/problem. Are you asking if the exponential annealing can be used with the concat scheduler?
Sadly, looking at the formulas I don't think we can really make something generic. We could potentially make a function that is called Annealing that have a parameter that can...
How can I help with this one? I wonder if after this one I should do a lr_finder as a contrib. thought?
I would be interested in this as well. Treating cold start would be awesome :)
Well sklearn binary = FBeta(num_classes=2, beta,average='none')[1] So we could do a quick PR where we put the average by default to be binary the same way it is for sklearn...
Any update on this? I am seeing a similar behavior.
I would like to run current selection and then go to the next line (down) instead of going back to the beginning of the selection as it currently dows. The...
Thanks @julienr, I wonder if we could just do a shortcut somehow that invoke `CTRL-C` as a quick hack at least.