MannLabs / alphadia

modular & open DIA search
https://alphadia.readthedocs.io
Apache License 2.0
51 stars 3 forks source link

fix warnings for scheduler step and early stopping #252

Closed mo-sameh closed 4 months ago

mo-sameh commented 4 months ago

Fixed 3 causes of warnings for the transfer learning module: 1) Step deprecated interface of passing epoch #248 2) Verbose depreciated argument in the initialization of the the PyTorch ReduceLrOnPlateau. 3) Early stopping first iteration invalid value encountered in scalar divide.