Learner, Metrics, and Basic Callbacks | fastai
https://docs.fast.ai/learner.html07.11.2021 · You can use regular PyTorch functionality for most of the arguments of the Learner, although the experience will be smoother with pure fastai objects and you will be able to use the full functionality of the library.The expectation is that the training loop will work smoothly even if you did not use fastai end to end.
torch-lr-finder · PyPI
https://pypi.org/project/torch-lr-finder14.09.2019 · PyTorch learning rate finder. A PyTorch implementation of the learning rate range test detailed in Cyclical Learning Rates for Training Neural Networks by Leslie N. Smith and the tweaked version used by fastai.. The learning rate range test is a test that provides valuable information about the optimal learning rate.