From 1f34b35ff6bca7af328709f7c9053482192d7191 Mon Sep 17 00:00:00 2001 From: Alexey Zinoviev Date: Tue, 8 Dec 2020 16:30:19 +0300 Subject: [PATCH] Updated release notes --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa169aefa..036044123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# 0.1.0 (09/12/2020) +Features: +* Added @JvmStatic for companion methods + +Examples: +* Provided support for VGG'16 and VGG'19 weights and models in examples +* Added links for loading all models and weights used in examples +* Moved direct file paths to property file +* Removed duplicated resources +* Transfer Learning examples are merged and improved +* Added description for all examples + +Docs: +* Minor updates in "Transfer Learning Tutorial" + + # 0.0.14 (20/11/2020) Features: * ReductionType support for loss function: SUM and SUM_OVER_BATCH_SIZE