Skip to content

v0.3.6

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 18:42
· 902 commits to main since this release

What's new

Added 🎉

  • Added a .log_batch() method on torch::TrainCallback which is given the average loss across
    distributed workers, but only called every log_every steps.

Removed 👋

  • Removed .pre_log_batch() method on torch::TrainCallback.

Fixed ✅

  • Fixed typo in parameter name remove_stale_checkpoints in TorchTrainStep (previously was remove_state_checkpoints).
  • Fixed bug in FromParams that would cause failures when from __future__ import annotations
    was used with Python older than 3.10. See PEP 563
    for details.

Commits

6b5cb24 support for PEP 563 in older Python versions (#80)
27657d9 Bump furo from 2021.10.9 to 2021.11.12 (#78)
c8ac858 Bump sphinx from 4.2.0 to 4.3.0 (#75)
5516244 refactor TorchTrainStep (#70)
b13bba7 Bump isort from 5.10.0 to 5.10.1 (#71)