Skip to content

Commit 2793bff

Browse files
committed
Update CHANGELOG.md for the 0.5.1 version
1 parent 62f3cf4 commit 2793bff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.5.1 (14/12/2022) Bugfix update
2+
Bugfixes:
3+
* Fixed preprocessing in SSDObjectDetectionModel, MultiPoseDetectionModel,
4+
removed explicit shapes from Fan2d106 and UltraFace models [#496](https://github.com/Kotlin/kotlindl/pull/496)
5+
* Skip image copy creation in Resize operation for the output of the same size as input [#502](https://github.com/Kotlin/kotlindl/pull/502)
6+
* Fixed SGD secondary constructor ignoring clipGradient parameter [#504](https://github.com/Kotlin/kotlindl/pull/504)
7+
* Fixed memory leak ensuring used TensorFlow tensors get closed [#507](https://github.com/Kotlin/kotlindl/pull/507)
8+
* Fix HardShrink activation [#505](https://github.com/Kotlin/kotlindl/pull/505)
9+
* Fixed a problem with downloading models for Android [#516](https://github.com/Kotlin/kotlindl/issues/516)
10+
* Minor documentation fixes
11+
112
# 0.5.0 (14/12/2022) Inference on Android with ONNX Runtime
213
Features:
314
* Added Android inference support

0 commit comments

Comments
 (0)