Skip to content

v0.7.2

Compare
Choose a tag to compare
@kmaehashi kmaehashi released this 31 Aug 08:06
· 312 commits to master since this release
55db658

Enhancements and bug-fixes

This release includes the following enhancements and bug fixes:

  • Add wait_for_first_optimizer_step option to LRScheduler 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.