Released 0.1.1 bugfix release <https://github.com...
# kotlindl
z
Released 0.1.1 bugfix release https://github.com/JetBrains/KotlinDL/releases/tag/v0.1.1 Main features and bug fixes: 1. Added support batch processing for predictSoftly 2. Converted getXXX functions to properties in public API (layers and model classes) 3. Made logging based on a configuration 4. Removed unnecessary copying of FloatArray to off-heap memory in 
internalPredict
 method 5. Fixed memory leak with unclosed TensorFlow tensor in predict method 6. 4 PR from the external community members (outside from JetBrains) 6th point is significant for us; we were delighted to collaborate on issues and tickets
🎉 4