A simple app to compare the various learning rate schedulers in Pytorch.
The app is hosted on the Streamlit Cloud here.
- Clone the repo:
git clone https://github.com/stefan027/lr_schedule_compare.git- Install dependencies:
pip install -r requirements.txt- Run the app:
streamlit run app.py