Repository: incubator-singa Updated Branches: refs/heads/master fde87ed22 -> d547a8610
Prepare for v0.3.0-RC2 fix minor typos. Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/d547a861 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/d547a861 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/d547a861 Branch: refs/heads/master Commit: d547a861068973db7d8fc82f9c733e95307a40f1 Parents: fde87ed Author: Wei Wang <[email protected]> Authored: Sat Apr 16 21:16:45 2016 +0800 Committer: Wei Wang <[email protected]> Committed: Sat Apr 16 21:22:13 2016 +0800 ---------------------------------------------------------------------- RELEASE_NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/d547a861/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c29df20..5786ad2 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -2,7 +2,7 @@ Release Notes - SINGA - Version singa-incubating-0.3.0 SINGA is a general distributed deep learning platform for training big deep learning models over large datasets. -This release incldues following features: +This release includes following features: * GPU Support * [SINGA-131] Implement and optimize hybrid training using both CPU and GPU @@ -10,7 +10,7 @@ This release incldues following features: * [SINGA-134] Extend SINGA to run over a GPU cluster * [Singa-157] Change the priority of cudnn library and install libsingagpu.so - * Remove Dependences + * Remove Dependencies * [SINGA-156] Remove the dependency on ZMQ for single process training * [SINGA-155] Remove zookeeper for single-process training
