Skip to content

Casanovo v3.4.0

Compare
Choose a tag to compare
@bittremieux bittremieux released this 21 Jun 06:32
· 66 commits to main since this release
9134278

3.4.0 - 2023-06-19

Added

  • every_n_train_steps parameter now controls the frequency of both validation epochs and model checkpointing during training.

Changed

  • We now log steps rather than epochs as units of progress during training.
  • Validation performance metrics are logged (and added to tensorboard) at the validation epoch, and training loss is logged at the end of training epoch, i.e. training and validation metrics are logged asynchronously.

Fixed

  • Correctly refer to input peak files by their full file path.