Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.5.2 (22_05_2023) Bugfix + upgrade ONNX and Kotlin versions source code.tar.gz | 2023-05-09 | 87.9 MB | |
0.5.2 (22_05_2023) Bugfix + upgrade ONNX and Kotlin versions source code.zip | 2023-05-09 | 88.5 MB | |
README.md | 2023-05-09 | 1.1 kB | |
Totals: 3 Items | 176.4 MB | 0 |
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 https://github.com/Kotlin/kotlindl/pull/551
- Upgraded the Kotlin version from 1.7.20 to 1.8.21 by @zaleslaw in https://github.com/Kotlin/kotlindl/pull/547
- Made DataBatch constructor public to allow implementing custom datasets by @juliabeliaeva in https://github.com/Kotlin/kotlindl/pull/533
- Created all necessary parent directories when saving models by @juliabeliaeva in https://github.com/Kotlin/kotlindl/pull/534
- Fixed dimension order in the image shape by @juliabeliaeva in https://github.com/Kotlin/kotlindl/pull/542
- Fixed transpose shape test by @juliabeliaeva in https://github.com/Kotlin/kotlindl/pull/554
- Ported fix [#531] to the 0.5.2 bug fix release by @zaleslaw in https://github.com/Kotlin/kotlindl/pull/552
- Made properties public (#538) by @zaleslaw in https://github.com/Kotlin/kotlindl/pull/553
Full Changelog: https://github.com/Kotlin/kotlindl/compare/v0.5.1...v0.5.2