Skip to content

Release version 0.5.1

Compare
Choose a tag to compare
@volcacius volcacius released this 24 May 12:59
· 622 commits to master since this release
2d65dcd

Highlights

Minor release with a bunch of fixes:

  • Fix compatibility with latest onnx (1.9+) by adding a dependency on onnxoptimizer.
  • Fix issues with calls to view on non-contiguous data in recent PyTorch versions by switching to reshape.
  • Fix a bunch of typos in the README.
  • Fix a casting issue that was preventing mixed-precision training from working (it's still generally not reccomended).

Thanks to all the contributors.