v0.7.2
Enhancements and bug-fixes
This release includes the following enhancements and bug fixes:
- Add
wait_for_first_optimizer_step
option toLRScheduler
extension that prevents stepping LR schedulers before stepping optimizers. #737 - Fix
IntervalTrigger
trigger to correctly handle an epoch number given in float. #738 - Fix
Snapshot
extension to only trigger the cleanup process in the saver rank. #732 - Improve
ppe.cuda.stream
to propagate PyTorch's device ID to CuPy. #745 - Add Quick Start documentation. #743
- Improved API Reference. #731
See the list of merged pull-requests for the details.