v1.3.2
What's new
Added π
- Added
Config.validate()
,Config.replace()
, andConfig.apply()
methods. - Trainer now records sequence length as a metric.
Fixed β
- Ensure additional cached-path clients are added in the process pool workers from some dataset preparation methods.
- Fixed
label_mask
tensor created byNumpyPaddedFSLDataset
. - Removed redundant warning messages about CUDA alloc retries.
- Fixed non-deterministic deadlock bug with async checkpointing.
Commits
a0a680d keep old beaker images instead of deleting them
25a71f4 Minor training improvements (#57)
f32d0bf Improve formatting of throughput table in readme (#56)
f7f3709 Add some more Config
methods
916ecf9 Fix label mask tensor created by NumpyPaddedFSLDataset
(#55)
b29838a Ensure additional scheme clients are added in worker procs