Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 349 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 349 Bytes

fastai_bs_finder

Implementation of OpenAI paper with Simple Noise Scale on Fastai, which is related to the Medium article.

bs_finder.ipynb contains the notebook to play with the data, and see how I have worked to implement the idea of the paper.

bs_finder.py contains the bit of code if you want to use the batch size finder with your own data.