siemdejong / lr-schedulers

Visualize learning rate schedulers
https://lr-schedulers.streamlit.app/
GNU General Public License v3.0
1 stars 0 forks source link

Sandbox #4

Open siemdejong opened 2 weeks ago

siemdejong commented 2 weeks ago

Make a sandbox where the user can make their scheduler by possibly concatenating multiple schedulers with a sequential scheduler for example and show the output like on the main page.

siemdejong commented 2 weeks ago

It would be awesome if it could generate the needed code to make the scheduler in text form for users to copy paste.

siemdejong commented 2 weeks ago

idea: click on a scheduler SequentialLR or ChainedScheduler and click on another scheduler (could also be sequentiallr or chainedscheduler) as many as desired. Click on another button to confirm the scheduler composition which brings the user to configuring the individual schedulers with live preview.