v0.1.1
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
toLocalStepCache
(registered as "local"). LocalStepCache
saves metadata tocache-metadata.json
instead ofmetadata.json
.
Fixed ✅
- Fixed bug with
TorchTrainStep
during distributed training. FromParams
will automatically convert strings intoPath
types now when the annotation
isPath
.
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)