Noble-Lab / casanovo

De Novo Mass Spectrometry Peptide Sequencing with a Transformer Model
https://casanovo.readthedocs.io
Apache License 2.0
116 stars 40 forks source link

Add learning rate scheduler FAQ #293

Closed melihyilmaz closed 9 months ago

melihyilmaz commented 9 months ago

I added a FAQ entry describing how users can modify the learning rate scheduler used during training with a single line drop-in replacement in model.py. For reference, we've decided not to provide this as a config option at this time and a result this PR overrides #249 .

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f01c607) 89.74% compared to head (9789a49) 89.09%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #293 +/- ## ========================================== - Coverage 89.74% 89.09% -0.66% ========================================== Files 12 12 Lines 917 917 ========================================== - Hits 823 817 -6 - Misses 94 100 +6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.