Upgrading the ONNX version allows us to run ONNX models on the M1/M2 Mac machines.
What's Changed
- Upgraded the ONNX Runtime version from 0.12 to 0.14 by @zaleslaw in #551
- Upgraded the Kotlin version from 1.7.20 to 1.8.21 by @zaleslaw in #547
- Made DataBatch constructor public to allow implementing custom datasets by @juliabeliaeva in #533
- Created all necessary parent directories when saving models by @juliabeliaeva in #534
- Fixed dimension order in the image shape by @juliabeliaeva in #542
- Fixed transpose shape test by @juliabeliaeva in #554
- Ported fix #531 to the 0.5.2 bug fix release by @zaleslaw in #552
- Made properties public (#538) by @zaleslaw in #553
Full Changelog: v0.5.1...v0.5.2