Skip to content

v0.7.0

Compare
Choose a tag to compare
@emcastillo emcastillo released this 20 Jul 05:28
· 309 commits to master since this release
9f68c03

Enhancements and bug-fixes

This release includes the following enhancements and bug fixes:

  • ppe.compile API to produce computational graphs with joint backward and optimizer steps #714
  • Snapshot support for objects with state_dict passed in the options kwarg to Trainer and Manager #702
  • Evaluator with float16 support #698
  • Multiple fixes to pfto #669 #684 #687 #715
  • Fixed a problem in which autoload of snapshot could not be read when a Writer is specified. #692
  • Fixed a problem that caused model train/eval mode switching after Evaluator execution to not work correctly. #697

No compatibility changes

  • Support for PyTorch 1.9 and Python 3.7 has been removed from the code base #706

See the list of merged pull-requests for the details.