Release version 0.5.1
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.