fastai / fastai_dev

fast.ai early development experiments
Apache License 2.0
641 stars 351 forks source link

feat(wandb): improve callback #292

Closed borisdayma closed 4 years ago

borisdayma commented 5 years ago

Following changes are implemented:

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.

review-notebook-app[bot] commented 5 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

borisdayma commented 5 years ago

Remaining TODO:

Possible improvements:

borisdayma commented 5 years ago

Slightly confused about the build error, when I run diff_nb_script I see no output.

borisdayma commented 5 years ago

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.

sgugger commented 4 years ago

Thanks!