fastai / course-v3

The 3rd edition of course.fast.ai
https://course.fast.ai/
Apache License 2.0
4.9k stars 3.55k forks source link

modify Optimizer #438

Closed eduguiu closed 4 years ago

eduguiu commented 4 years ago

when charging the learner, using AdamW allows for a much faster convergence.

learn = Learner(data, md, loss_func=loss_f, opt_func=AdamW)

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

Check out this pull request on  ReviewNB

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

jph00 commented 4 years ago

This has got a lot of additional stuff in the PR that doesn't seem related. Can you please do a single PR with the final recommended minimal changes when you have it available?