Skip to content

v0.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Nov 22:38
· 913 commits to main since this release

What's new

Added 🎉

  • Added StopEarlyCallback, a TorchTrainCallback for early stopping.
  • Added parameter remove_stale_checkpoints to TorchTrainStep.

Changed ⚠️

  • Minor changes to TorchTrainCallback interface.
  • Weights & Biases TorchTrainCallback now logs best validation metric score.

Commits

c126442 torch train improvements (#64)