pytorch-ignite / examples

Examples, tutorials, and how-to guides
BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

Added How To use FastaiLRFinder Guide #11

Closed Priyansi closed 3 years ago

Priyansi commented 3 years ago

Fixes #5 Moved FastaiLRFinder_MNIST.ipynb notebook to how-to guides. Changes in the flow of the notebook, explanation, comments and code were made. ProgressBar handler was removed to avoid unnecessary code.

sdesrozis commented 3 years ago

@Priyansi it looks good to me !

trsvchn commented 3 years ago

Maybe we can Add more headers: E.g: ## w/o LR Finder, LR Finder or alternatively remove ## Basic Setup, because we have just one related to setup and that's weird

Priyansi commented 3 years ago

Thank you for the comments @trsvchn ! I updated the notebook.

Priyansi commented 3 years ago

Thank you @vfdev-5 for the review, I have made the suggested changes.