You are viewing a plain text version of this content. The canonical link for it is here.
- svn commit: r1684306 - /incubator/singa/site/trunk/content/markdown/index.md - posted by wa...@apache.org on 2015/06/09 04:09:03 UTC, 0 replies.
- svn commit: r954225 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/09 04:09:42 UTC, 0 replies.
- svn commit: r954226 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/09 04:10:05 UTC, 0 replies.
- incubator-singa git commit: ensure the callback function used in ZKClusterRT.sWatchGroup cannot be NULL - posted by wa...@apache.org on 2015/06/10 08:53:16 UTC, 0 replies.
- svn commit: r954708 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/13 15:42:42 UTC, 0 replies.
- svn commit: r1685258 - /incubator/singa/site/trunk/content/markdown/develop/schedule.md - posted by wa...@apache.org on 2015/06/13 15:49:34 UTC, 0 replies.
- svn commit: r954709 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/13 15:50:14 UTC, 0 replies.
- svn commit: r954710 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/13 15:51:09 UTC, 0 replies.
- svn commit: r1685259 - /incubator/singa/site/trunk/content/markdown/develop/schedule.md - posted by wa...@apache.org on 2015/06/13 15:53:23 UTC, 0 replies.
- svn commit: r954711 - in /websites/staging/singa/trunk/content: ./ develop/schedule.html - posted by bu...@apache.org on 2015/06/13 15:53:39 UTC, 0 replies.
- svn commit: r954712 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/13 15:54:56 UTC, 0 replies.
- svn commit: r1685260 - /incubator/singa/site/trunk/content/markdown/index.md - posted by wa...@apache.org on 2015/06/13 16:05:34 UTC, 0 replies.
- svn commit: r954713 - in /websites/staging/singa/trunk/content: ./ index.html - posted by bu...@apache.org on 2015/06/13 16:05:50 UTC, 0 replies.
- svn commit: r1685261 - /incubator/singa/site/trunk/content/markdown/index.md - posted by wa...@apache.org on 2015/06/13 16:06:43 UTC, 0 replies.
- svn commit: r954714 - in /websites/staging/singa/trunk/content: ./ index.html - posted by bu...@apache.org on 2015/06/13 16:06:59 UTC, 0 replies.
- svn commit: r954716 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/13 16:10:34 UTC, 0 replies.
- [1/3] incubator-singa git commit: SINGA-6 - posted by wa...@apache.org on 2015/06/15 06:22:13 UTC, 0 replies.
- [2/3] incubator-singa git commit: SINGA-6 Update the implementation of Singleton to make it thread-safe (using C++11's static construction). The ASingleton (constructor with Argument) was used for sharing the Mshadow::Random among Layers and Params. To m - posted by wa...@apache.org on 2015/06/15 06:22:14 UTC, 0 replies.
- [3/3] incubator-singa git commit: add zookeeper check in configure script - posted by wa...@apache.org on 2015/06/15 06:22:15 UTC, 0 replies.
- [1/5] incubator-singa git commit: add zookeeper check in configure script - posted by wa...@apache.org on 2015/06/15 07:14:40 UTC, 0 replies.
- [2/5] incubator-singa git commit: Merge branch 'master' of github.com:nudles/incubator-singa - posted by wa...@apache.org on 2015/06/15 07:14:41 UTC, 0 replies.
- [3/5] incubator-singa git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-singa - posted by wa...@apache.org on 2015/06/15 07:14:42 UTC, 0 replies.
- [4/5] incubator-singa git commit: SINGA-6 Update the implementation of Singleton to make it thread-safe (using C++11's static construction). The ASingleton (constructor with Argument) was used for sharing the Mshadow::Random among Layers and Params. To m - posted by wa...@apache.org on 2015/06/15 07:14:43 UTC, 0 replies.
- [5/5] incubator-singa git commit: SINGA-6 Implement thread-safe singleton Merge branch 'fixbug-singleton' - posted by wa...@apache.org on 2015/06/15 07:14:44 UTC, 0 replies.
- svn commit: r1685499 - /incubator/singa/site/trunk/content/markdown/develop/contribute-code.md - posted by wa...@apache.org on 2015/06/15 07:27:24 UTC, 0 replies.
- svn commit: r954866 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/15 07:27:57 UTC, 0 replies.
- svn commit: r954867 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/15 07:28:34 UTC, 0 replies.
- [01/10] incubator-singa git commit: implement shared memory hogwild. update param at worker side - posted by wa...@apache.org on 2015/06/15 08:42:29 UTC, 0 replies.
- [02/10] incubator-singa git commit: implement shared memory hogwild. update param at worker side - posted by wa...@apache.org on 2015/06/15 08:42:30 UTC, 0 replies.
- [03/10] incubator-singa git commit: implement shared memory hogwild. update param at worker side - posted by wa...@apache.org on 2015/06/15 08:42:31 UTC, 0 replies.
- [04/10] incubator-singa git commit: SINGA-7 Add support for shared memory hogwild training in single process (node). hogwild training is enabled by setting share_memory to true (i.e., worker groups share memory space for parameter values) in cluster.conf - posted by wa...@apache.org on 2015/06/15 08:42:32 UTC, 0 replies.
- [05/10] incubator-singa git commit: SINGA-7 Implement shared memory Hogwild algorithm - posted by wa...@apache.org on 2015/06/15 08:42:33 UTC, 0 replies.
- [06/10] incubator-singa git commit: SINGA-7 Implement shared memory Hogwild algorithm - posted by wa...@apache.org on 2015/06/15 08:42:34 UTC, 0 replies.
- [07/10] incubator-singa git commit: SINGA-7 Implement shared memory Hogwild algorithm - posted by wa...@apache.org on 2015/06/15 08:42:35 UTC, 0 replies.
- [08/10] incubator-singa git commit: Merge branch 'pull4' - posted by wa...@apache.org on 2015/06/15 08:42:36 UTC, 0 replies.
- [09/10] incubator-singa git commit: SINGA-7 Implement shared memory Hogwild algorithm - posted by wa...@apache.org on 2015/06/15 08:42:37 UTC, 0 replies.
- [10/10] incubator-singa git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-singa - posted by wa...@apache.org on 2015/06/15 08:42:38 UTC, 0 replies.
- svn commit: r1685508 - /incubator/singa/site/trunk/content/markdown/quick-start.md - posted by wa...@apache.org on 2015/06/15 10:26:44 UTC, 0 replies.
- svn commit: r954878 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/15 10:42:39 UTC, 0 replies.
- svn commit: r1685692 - /incubator/singa/site/trunk/content/markdown/quick-start.md - posted by wa...@apache.org on 2015/06/16 04:23:01 UTC, 0 replies.
- svn commit: r954971 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/16 04:23:32 UTC, 0 replies.
- svn commit: r954973 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/16 04:27:50 UTC, 0 replies.
- svn commit: r1685694 - /incubator/singa/site/trunk/content/markdown/quick-start.md - posted by wa...@apache.org on 2015/06/16 04:33:21 UTC, 0 replies.
- svn commit: r954974 - in /websites/staging/singa/trunk/content: ./ quick-start.html - posted by bu...@apache.org on 2015/06/16 04:33:38 UTC, 0 replies.
- svn commit: r954975 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/16 04:34:17 UTC, 0 replies.
- svn commit: r1685711 - /incubator/singa/site/trunk/content/markdown/develop/contribute-code.md - posted by wa...@apache.org on 2015/06/16 08:03:20 UTC, 0 replies.
- svn commit: r954988 - in /websites/staging/singa/trunk/content: ./ develop/contribute-code.html - posted by bu...@apache.org on 2015/06/16 08:03:41 UTC, 0 replies.
- svn commit: r954989 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/16 08:08:21 UTC, 0 replies.
- [1/2] incubator-singa git commit: SINGA-13 Separate intermediate files of compilation from source files Modify Makefile.am to support advanced compilation. Add corresponding guidance in README. - posted by wa...@apache.org on 2015/06/16 09:26:25 UTC, 0 replies.
- [2/2] incubator-singa git commit: SINGA-13 Separate intermediate files of compilation from source files (optional) - posted by wa...@apache.org on 2015/06/16 09:26:26 UTC, 0 replies.
- incubator-singa git commit: fix bugs - posted by zh...@apache.org on 2015/06/16 10:28:00 UTC, 0 replies.
- [1/2] incubator-singa git commit: SINGA-15 Fixg a bug from ConnectStub function which gets stuck for connecting layer_dealer_ - posted by wa...@apache.org on 2015/06/16 15:20:13 UTC, 0 replies.
- [2/2] incubator-singa git commit: Merge branch 'fixbug-layer_dealer' - posted by wa...@apache.org on 2015/06/16 15:20:14 UTC, 0 replies.
- [1/2] incubator-singa git commit: SINGA-14 Update layer API to be general for training different models - posted by wa...@apache.org on 2015/06/17 07:38:55 UTC, 0 replies.
- [2/2] incubator-singa git commit: SINGA-14 Update layer API to be general for training different models Merge branch 'update-layerapi' - posted by wa...@apache.org on 2015/06/17 07:38:56 UTC, 0 replies.
- [1/4] incubator-singa git commit: Merge branch 'master' of https://github.com/apache/incubator-singa - posted by wa...@apache.org on 2015/06/17 10:00:33 UTC, 0 replies.
- [2/4] incubator-singa git commit: Merge branch 'master' of https://github.com/apache/incubator-singa - posted by wa...@apache.org on 2015/06/17 10:00:34 UTC, 0 replies.
- [3/4] incubator-singa git commit: SINGA-16 Runtime Process id Management - posted by wa...@apache.org on 2015/06/17 10:00:35 UTC, 0 replies.
- [4/4] incubator-singa git commit: SINGA-16 Runtime Process id Management Merge branch 'feature-procsregister' - posted by wa...@apache.org on 2015/06/17 10:00:36 UTC, 0 replies.
- [1/4] incubator-singa git commit: add root permission while install in default path - posted by wa...@apache.org on 2015/06/18 11:17:04 UTC, 0 replies.
- [2/4] incubator-singa git commit: support installing czmq in default path while zeromq library path is specified - posted by wa...@apache.org on 2015/06/18 11:17:05 UTC, 0 replies.
- [3/4] incubator-singa git commit: Merge branch 'master' of https://github.com/apache/incubator-singa - posted by wa...@apache.org on 2015/06/18 11:17:06 UTC, 0 replies.
- [4/4] incubator-singa git commit: Merge branch 'SINGA-17' - posted by wa...@apache.org on 2015/06/18 11:17:07 UTC, 0 replies.
- [1/2] incubator-singa git commit: SINGA-18 update API for displaying performance metric Update the API of TrainOneBatch and TestOneBatch to support different ways of displaying performance metric - posted by wa...@apache.org on 2015/06/18 13:34:12 UTC, 0 replies.
- [2/2] incubator-singa git commit: SINGA-18 update API for displaying performance metric Merge branch 'update-metricapi' - posted by wa...@apache.org on 2015/06/18 13:34:13 UTC, 0 replies.
- svn commit: r1686579 - /incubator/singa/site/trunk/content/markdown/develop/contribute-code.md - posted by wa...@apache.org on 2015/06/20 14:00:10 UTC, 0 replies.
- svn commit: r955479 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/20 14:00:49 UTC, 0 replies.
- svn commit: r1686580 - /incubator/singa/site/trunk/content/markdown/develop/contribute-code.md - posted by wa...@apache.org on 2015/06/20 14:02:32 UTC, 0 replies.
- svn commit: r955480 - in /websites/staging/singa/trunk/content: ./ develop/contribute-code.html - posted by bu...@apache.org on 2015/06/20 14:02:48 UTC, 0 replies.
- [1/4] incubator-singa git commit: SINGA-21 Code Review - posted by wa...@apache.org on 2015/06/20 16:46:31 UTC, 0 replies.
- [2/4] incubator-singa git commit: SINGA-21 Code Review - posted by wa...@apache.org on 2015/06/20 16:46:32 UTC, 0 replies.
- [3/4] incubator-singa git commit: SINGA-21 Code Review - posted by wa...@apache.org on 2015/06/20 16:46:33 UTC, 0 replies.
- [4/4] incubator-singa git commit: SINGA-21 Code Review - posted by wa...@apache.org on 2015/06/20 16:46:34 UTC, 0 replies.
- svn commit: r1686773 - /incubator/singa/site/trunk/content/markdown/develop/contribute-code.md - posted by wa...@apache.org on 2015/06/22 07:24:59 UTC, 0 replies.
- svn commit: r955637 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/22 07:25:34 UTC, 0 replies.
- svn commit: r955638 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/22 07:25:53 UTC, 0 replies.
- [1/2] incubator-singa git commit: set OpenBLAS default install path as /usr/local/ - posted by wa...@apache.org on 2015/06/23 06:58:09 UTC, 0 replies.
- [2/2] incubator-singa git commit: SINGA-22 add Q&A3 to clarify the environment settings - posted by wa...@apache.org on 2015/06/23 06:58:10 UTC, 0 replies.
- [1/3] incubator-singa git commit: SINGA-19 Slice large Param objects for load-balance Tested with single worker, two worker group and two worker groups TODO test with multiple servers and server groups for distributed hogwild and allreduce. - posted by wa...@apache.org on 2015/06/23 16:14:03 UTC, 0 replies.
- [2/3] incubator-singa git commit: SINGA-19 Slice large Param objects for load-balance - posted by wa...@apache.org on 2015/06/23 16:14:04 UTC, 0 replies.
- [3/3] incubator-singa git commit: SINGA-19 Slice large Param objects for load-balance - posted by wa...@apache.org on 2015/06/23 16:14:05 UTC, 0 replies.
- [01/18] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 15:35:44 UTC, 0 replies.
- [02/18] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 15:35:45 UTC, 0 replies.
- [03/18] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 15:35:46 UTC, 0 replies.
- [04/18] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 15:35:47 UTC, 0 replies.
- [05/18] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 15:35:48 UTC, 0 replies.
- [06/18] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 15:35:49 UTC, 0 replies.
- [07/18] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 15:35:50 UTC, 0 replies.
- [08/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:51 UTC, 0 replies.
- [09/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:52 UTC, 0 replies.
- [10/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:53 UTC, 0 replies.
- [11/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:54 UTC, 0 replies.
- [12/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:55 UTC, 0 replies.
- [13/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:56 UTC, 0 replies.
- [14/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:57 UTC, 0 replies.
- [15/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:58 UTC, 0 replies.
- [16/18] incubator-singa git commit: SIGNA-21 Code review-2 - posted by wa...@apache.org on 2015/06/24 15:35:59 UTC, 0 replies.
- [17/18] incubator-singa git commit: SINGA-21 Code review - 2 - posted by wa...@apache.org on 2015/06/24 15:36:00 UTC, 0 replies.
- [18/18] incubator-singa git commit: SINGA-21 Code Review-2 - posted by wa...@apache.org on 2015/06/24 15:36:01 UTC, 0 replies.
- [01/10] incubator-singa git commit: SINGA-22 redress Q&A3 and add -fPIC option when installing gflags - posted by wa...@apache.org on 2015/06/24 16:33:02 UTC, 0 replies.
- [02/10] incubator-singa git commit: SINGA-22 redress Q&A3 and add -fPIC option when installing gflags - posted by wa...@apache.org on 2015/06/24 16:33:03 UTC, 0 replies.
- [03/10] incubator-singa git commit: Merge branch 'master' of https://github.com/apache/incubator-singa - posted by wa...@apache.org on 2015/06/24 16:33:04 UTC, 0 replies.
- [04/10] incubator-singa git commit: SINGA-21 fix aclocal version problem - posted by wa...@apache.org on 2015/06/24 16:33:05 UTC, 0 replies.
- [05/10] incubator-singa git commit: SINGA-21 fix aclocal version problem - posted by wa...@apache.org on 2015/06/24 16:33:06 UTC, 0 replies.
- [06/10] incubator-singa git commit: SINGA-21 fix aclocal version problem - posted by wa...@apache.org on 2015/06/24 16:33:07 UTC, 0 replies.
- [07/10] incubator-singa git commit: SINGA-21 fix aclocal version problem - posted by wa...@apache.org on 2015/06/24 16:33:08 UTC, 0 replies.
- [08/10] incubator-singa git commit: SINGA-21 fix aclocal version problem - posted by wa...@apache.org on 2015/06/24 16:33:09 UTC, 0 replies.
- [09/10] incubator-singa git commit: SINGA-21 fix aclocal version problem - posted by wa...@apache.org on 2015/06/24 16:33:10 UTC, 0 replies.
- [10/10] incubator-singa git commit: SINGA-21 Code review - posted by wa...@apache.org on 2015/06/24 16:33:11 UTC, 0 replies.
- incubator-singa git commit: add uncommited file in last commit, i.e., Makefile.example - posted by wa...@apache.org on 2015/06/24 16:45:38 UTC, 0 replies.
- svn commit: r1687421 - /incubator/singa/site/trunk/content/markdown/develop/schedule.md - posted by wa...@apache.org on 2015/06/25 09:58:26 UTC, 0 replies.
- svn commit: r955924 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/25 09:59:05 UTC, 0 replies.
- svn commit: r955925 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/25 10:00:42 UTC, 0 replies.
- [1/6] incubator-singa git commit: fixbugs; todo wait master to merge feature-sliceparam - posted by wa...@apache.org on 2015/06/25 15:44:59 UTC, 0 replies.
- [2/6] incubator-singa git commit: SINGA-8 Implement distributed Hogwild The program is simply tested using two processes. TODO 1. read process endpoints from the zookeeper instead of hard-coding them. 2. split large parameters to avoid load-balance issue - posted by wa...@apache.org on 2015/06/25 15:45:00 UTC, 0 replies.
- [3/6] incubator-singa git commit: SINGA-8 Implement distributed Hogwild Have replaced hard-code enpoints with RegistPocs() and GetProcHost() implemented with the help of zookeeper. TODO slice large Param objects in a separate branch. - posted by wa...@apache.org on 2015/06/25 15:45:01 UTC, 0 replies.
- [4/6] incubator-singa git commit: SINGA-8 Implement distributed Hogwild - posted by wa...@apache.org on 2015/06/25 15:45:02 UTC, 0 replies.
- [5/6] incubator-singa git commit: SINGA-8 Implement distributed Hogwild - posted by wa...@apache.org on 2015/06/25 15:45:03 UTC, 0 replies.
- [6/6] incubator-singa git commit: SINGA-8 Implement distributed Hogwild - posted by wa...@apache.org on 2015/06/25 15:45:04 UTC, 0 replies.
- svn commit: r1687674 - /incubator/singa/site/trunk/content/markdown/quick-start.md - posted by wa...@apache.org on 2015/06/26 07:59:19 UTC, 0 replies.
- svn commit: r956024 - in /websites/staging/singa/trunk/content: ./ community/ develop/ docs/ - posted by bu...@apache.org on 2015/06/26 07:59:54 UTC, 0 replies.
- svn commit: r1687675 - /incubator/singa/site/trunk/content/markdown/quick-start.md - posted by wa...@apache.org on 2015/06/26 08:01:44 UTC, 0 replies.
- svn commit: r956025 - in /websites/staging/singa/trunk/content: ./ quick-start.html - posted by bu...@apache.org on 2015/06/26 08:02:01 UTC, 0 replies.
- svn commit: r956026 - /websites/production/singa/content/ - posted by wa...@apache.org on 2015/06/26 08:04:10 UTC, 0 replies.
- [1/3] incubator-singa git commit: SINGA-23 fix libtool version mismatch error - posted by wa...@apache.org on 2015/06/26 10:02:39 UTC, 0 replies.
- [2/3] incubator-singa git commit: SINGA-23 fix libtool version mismatch error - posted by wa...@apache.org on 2015/06/26 10:02:40 UTC, 0 replies.
- [3/3] incubator-singa git commit: SINGA-23 fix libtool version mismatch error - posted by wa...@apache.org on 2015/06/26 10:02:41 UTC, 0 replies.
- incubator-singa git commit: SINGA-24 Implement Downpour training framework - posted by wa...@apache.org on 2015/06/26 14:51:03 UTC, 0 replies.
- [1/2] incubator-singa git commit: SINGA-25 - Setup glog output path - posted by wa...@apache.org on 2015/06/27 09:14:13 UTC, 0 replies.
- [2/2] incubator-singa git commit: SINGA-25 - Setup glog output path - posted by wa...@apache.org on 2015/06/27 09:14:14 UTC, 0 replies.
- [1/4] incubator-singa git commit: SINGA-26 Run distributed training in a single command - posted by wa...@apache.org on 2015/06/27 15:47:57 UTC, 0 replies.
- [2/4] incubator-singa git commit: SINGA-26 Run distributed training in a single command - posted by wa...@apache.org on 2015/06/27 15:47:58 UTC, 0 replies.
- [3/4] incubator-singa git commit: SINGA-26 Run distributed training in a single command - posted by wa...@apache.org on 2015/06/27 15:47:59 UTC, 0 replies.
- [4/4] incubator-singa git commit: SINGA-26 Run distributed training in a single command - posted by wa...@apache.org on 2015/06/27 15:48:00 UTC, 0 replies.
- [1/7] incubator-singa git commit: SINGA-27 Generate python modules for proto objects - posted by wa...@apache.org on 2015/06/28 04:16:26 UTC, 0 replies.
- [2/7] incubator-singa git commit: SINGA-27 Generate python modules for proto objects - posted by wa...@apache.org on 2015/06/28 04:16:27 UTC, 0 replies.
- [3/7] incubator-singa git commit: SINGA-27 Generate python modules for proto objects - posted by wa...@apache.org on 2015/06/28 04:16:28 UTC, 0 replies.
- [4/7] incubator-singa git commit: SINGA-27 Generate python modules for proto objects - posted by wa...@apache.org on 2015/06/28 04:16:29 UTC, 0 replies.
- [5/7] incubator-singa git commit: SINGA-27 Generate python modules for proto objects - posted by wa...@apache.org on 2015/06/28 04:16:30 UTC, 0 replies.
- [6/7] incubator-singa git commit: SINGA-27 Generate python modules for proto objects - posted by wa...@apache.org on 2015/06/28 04:16:31 UTC, 0 replies.
- [7/7] incubator-singa git commit: Merge branch 'master' of https://github.com/apache/incubator-singa - posted by wa...@apache.org on 2015/06/28 04:16:32 UTC, 0 replies.