chaosparrot / parrot.py

Computer interaction using audio and speechrecognition
MIT License
139 stars 36 forks source link

Add learning rate finder #30

Open pokey opened 1 year ago

pokey commented 1 year ago
    As a related quick note to self: In addition to implementing some sort of learning rate scheduler, we should also add a learning rate finder. Lightning seems to ship with one: https://pytorch-lightning.readthedocs.io/en/1.4.5/advanced/lr_finder.html

Originally posted by @ym-han in https://github.com/chaosparrot/parrot.py/issues/18#issuecomment-1272740997