What's Changed
- Explicitly check whether
min_grad_idxisNoneor not before returning inlr_finder.plot()by @NaleRaphael in https://github.com/davidtvs/pytorch-lr-finder/pull/66 - Update CI by @davidtvs in https://github.com/davidtvs/pytorch-lr-finder/pull/92
- Make both
torch.ampandapex.ampavailable as backend for mixed precision training by @NaleRaphael in https://github.com...