Repository: incubator-singa Updated Branches: refs/heads/master c761dc858 -> c67c3b63f
SINGA-364 V1.2 Release Preparation Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/c67c3b63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/c67c3b63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/c67c3b63 Branch: refs/heads/master Commit: c67c3b63fd310beb98ba239b6c1ec41a14c1d50a Parents: c761dc8 Author: Wentong-DST <[email protected]> Authored: Mon May 21 10:27:26 2018 +0800 Committer: Wentong-DST <[email protected]> Committed: Mon May 21 10:27:26 2018 +0800 ---------------------------------------------------------------------- doc/en/releases/RELEASE_NOTES_1.2.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/c67c3b63/doc/en/releases/RELEASE_NOTES_1.2.0.md ---------------------------------------------------------------------- diff --git a/doc/en/releases/RELEASE_NOTES_1.2.0.md b/doc/en/releases/RELEASE_NOTES_1.2.0.md index 87261d5..8ebf6d3 100644 --- a/doc/en/releases/RELEASE_NOTES_1.2.0.md +++ b/doc/en/releases/RELEASE_NOTES_1.2.0.md @@ -20,15 +20,16 @@ This release includes following features: * [SINGA-315] Reduce memory footprint by Python generator for parameter * [SINGA-316] Add SigmoidCrossEntropy * [SINGA-324] Extend RNN layer to accept variant seq length across batches + * [SINGA-326] Add Inception V4 for ImageNet classification * [SINGA-328] Add VGG models for ImageNet classification * [SINGA-329] Support layer freezing during training (fine-tuning) * [SINGA-346] Update cudnn from V5 to V7 * [SINGA-349] Create layer operations for autograd + * [SINGA-363] Add DenseNet for Imagenet classification * Utility functions and CI * [SINGA-274] Improve Debian packaging with CPack * [SINGA-303] Create conda packages - * [SINGA-326] Add Inception V4 for ImageNet classification * [SINGA-337] Add test cases for code * [SINGA-348] Support autograd MLP Example * [SINGA-345] Update Jenkins and fix bugs in compliation @@ -43,7 +44,6 @@ This release includes following features: * [SINGA-319] Fix link errors on the index page * [SINGA-352] Complete SINGA documentation in Chinese version * [SINGA-361] Add git instructions for contributors and committers - * [SINGA-363] Add DenseNet for Imagenet classification * Bugs fixed * [Singa-330] fix openblas building on i7 7700k
