walkwithfastai / walkwithfastai.github.io

Host for https://walkwithfastai.com
Other
143 stars 53 forks source link

lr_finder code and tutorial creation #5

Closed Isaac-Flath closed 3 years ago

Isaac-Flath commented 3 years ago

This PR is adding enhancements to the lr_find of fastai, with a tutorial that goes along with it.

The lr_find enhancement adds a visual marker on the lr_find graph to indicate where lr_min and lr_steep are. These are not new calculations, just added them to the graph as well.

muellerzr commented 3 years ago

Looks very good! I only have one nit-pick. Rather than having comments (such as #create learner) can you put that actually in a markdown right above it? It shows better on the documentation site 😄

Isaac-Flath commented 3 years ago

Changes should be done! @muellerzr

muellerzr commented 3 years ago

LGTM, nice work :)