Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 21:39
· 997 commits to main since this release

What's new

Added 🎉

  • TorchTrainStep now displays a progress bar while saving a checkpoint to file.
  • The default executor now saves a "executor-metadata.json" file to the directory for each step.

Changed ⚠️

  • Renamed DirectoryStepCache to LocalStepCache (registered as "local").
  • LocalStepCache saves metadata to cache-metadata.json instead of metadata.json.

Fixed ✅

  • Fixed bug with TorchTrainStep during distributed training.
  • FromParams will automatically convert strings into Path types now when the annotation
    is Path.

Commits

e2d5abb save to cache-metadata.json instead of metadata.json (#18)
e5118bd Torch train fixes (#17)
f3b5178 Bump furo from 2021.9.22 to 2021.10.9 (#13)
7f525fe fix typo
12e70fa add more sphinx extensions (#16)
010f3fb Rename DirectoryStepCache to SimpleStepCache, clean up docs (#15)