Closed borisdayma closed 4 years ago
Check out this pull request on
You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.
Remaining TODO:
lr_find
such as this run -> could we update the no_logging
function by adding a no_log
attribute so it could be used in the callback?Possible improvements:
Slightly confused about the build error, when I run diff_nb_script I see no output.
I took advantage to add alternative use in the description: learn = learner(..., cbs=WandbCallback())
Feel free to remove entity
from the docs after testing as it should not be needed anymore.
Thanks!
Following changes are implemented:
smooth_loss
was definedtime
is not logged anymore as it is formatted as hh:mm which cannot be plotted (and create an error on associated graph). Wall time and relative time are already automatically logged by wandbn_iter
could vary)The changes allow to call
learner(…, cbs=WandbCallback())
and multiple times.fit
methods (even changing validation set) and add data to the same graphs as in this run.