https://github.com/yahoo/CaffeOnSpark

sort by:
Revision Author Date Message Commit Date
15d3541 Archive notice 15 November 2019, 21:44:38 UTC
19df500 Merge pull request #208 from arundasan91/patch-3 Adding Docker support for CaffeOnSpark 21 January 2017, 04:29:24 UTC
7ff5306 Update ssh_config 21 January 2017, 01:45:36 UTC
473e1e0 Update ssh_config Added copyright 21 January 2017, 01:45:17 UTC
36de124 Update bootstrap.sh Added copyright 21 January 2017, 00:25:42 UTC
039378f Update Dockerfile Added copyright 21 January 2017, 00:24:58 UTC
d3c12ce Update bootstrap.sh 21 January 2017, 00:20:08 UTC
e8d8399 Update Dockerfile added copyright 21 January 2017, 00:18:00 UTC
329f1d1 Update README.md 11 January 2017, 05:46:42 UTC
33a651a Rename docker/standalone/gpu/config/Dockerfile to docker/standalone/gpu/Dockerfile 11 January 2017, 05:38:22 UTC
7237da2 Dockerfile-GPU Adding GPU support for docker version of CaffeOnSpark 11 January 2017, 05:37:54 UTC
6b5f4d4 Update Dockerfile removed redundant lines. 11 January 2017, 05:36:41 UTC
21ae6e6 Create ssh_config 11 January 2017, 05:29:28 UTC
361051f Create bootstrap.sh 11 January 2017, 05:28:54 UTC
a6407a1 Create README.md 08 December 2016, 18:49:49 UTC
d431ac7 Create bootstrap.sh Required: To start hadoop dfs and yarn when starting container and to pass required environment variables. 08 December 2016, 18:32:16 UTC
2fde600 Rename docker/standalone/cpu/ssh_config to docker/standalone/cpu/config/ssh_config 08 December 2016, 18:30:14 UTC
363b09e Create ssh_config Required: Proper SSH without password for Hadoop. 08 December 2016, 18:29:43 UTC
dc3aca9 Create Dockerfile Please note: Some of the Hadoop part extracted from "https://hub.docker.com/r/sequenceiq/hadoop-docker/~/dockerfile/" CaffeOnSpark is in directory /opt/CaffeOnSpark. Hadoop and Spark is set up correctly. COS working properly. Did MNIST example successfully. 08 December 2016, 18:22:30 UTC
054aa08 Merge pull request #176 from yahoo/lstm_inference LSTM support in CaffeOnSpark 04 November 2016, 22:30:09 UTC
b5f0a87 Reduce logs for python test 04 November 2016, 22:05:35 UTC
b1d0a35 All changes 04 November 2016, 22:03:53 UTC
1c59767 Reduce logging 04 November 2016, 20:19:58 UTC
9147590 All fixed with trimmed testcase 04 November 2016, 17:15:21 UTC
7d907c0 Distributed LSTM 04 November 2016, 06:12:25 UTC
434200f Distributed LSTM 01 November 2016, 22:54:47 UTC
03d310d Distributed LSTM 01 November 2016, 04:00:40 UTC
33401bd Distributed LSTM 29 October 2016, 19:17:12 UTC
081407c Merge pull request #174 from yahoo/jun_cos_layer enhance cos layer 26 October 2016, 20:37:19 UTC
49da8f7 enhance cos layer 26 October 2016, 18:47:55 UTC
96eab59 Merge pull request #162 from arundasan91/patch-1 Added OpenStack Swift integration with CaffeOnSpark Documentation 17 October 2016, 05:05:15 UTC
76b1bc3 Merge pull request #169 from arundasan91/patch-2 Makefile change to locate SPARK_HOME 17 October 2016, 04:18:58 UTC
e0da204 Update Makefile 17 October 2016, 03:47:58 UTC
b357287 updated if condition 17 October 2016, 03:33:38 UTC
5e399c8 replacing awk with cut. awk does not seem to work. Please confirm. Thanks. 16 October 2016, 17:49:09 UTC
953bcc5 Rename core-site.xml to core-site.xml.template 16 October 2016, 17:34:13 UTC
2ce220a Merge pull request #168 from yahoo/afeng_Makefile2 Enhanced Makefile to make Spark 2 migration easy 12 October 2016, 17:12:58 UTC
966bc4e Enhanced Makefile to make Spark 2 migration easy 12 October 2016, 05:22:11 UTC
a05c39b Update pom.xml do not need this change. works without adding the hadoop-openstack dependency. 12 October 2016, 02:32:31 UTC
1862ece Update Makefile 12 October 2016, 02:31:50 UTC
73be1e8 Update Makefile 12 October 2016, 02:14:28 UTC
8ab6fdf Update Makefile `awk` doesn't seem to work. Please confirm. 12 October 2016, 00:37:50 UTC
2dbdf84 Update Makefile Spark Version (2) is not read properly. Typo in `awk '{print $$5}'`. Should be `awk '{print $5}'`. 11 October 2016, 23:08:42 UTC
12c64b6 Update Makefile 11 October 2016, 04:26:18 UTC
a376c53 Update Makefile Updated object_storage flag for hadoop-openstack dependency. Now can build CaffeOnSpark with object storage using `make build object_storage=1`. 11 October 2016, 04:24:14 UTC
c4d9cfa Delete pom.xml 11 October 2016, 03:26:58 UTC
e6bca8c Update pom.xml added new profile for object_storage. need to make changes in Makefile also. 11 October 2016, 03:14:29 UTC
40064df Update local-setup-spark.sh 10 October 2016, 04:28:52 UTC
35ba482 Create core-site.xml 09 October 2016, 23:48:21 UTC
0aa4834 Create local-setup-spark.sh spark v2.0.1 09 October 2016, 23:45:49 UTC
74b2345 Create pom.xml org.apache.hadoop dependency. Line 88 to 92. Updated spark version to 2.0.1 in line 38 09 October 2016, 23:43:39 UTC
7459683 Create local-setup-hadoop.sh hadoop v2.7.1 09 October 2016, 23:15:52 UTC
f5fe396 Merge pull request #157 from yahoo/junshi15-fix-init-counter fix init counter 28 September 2016, 18:07:57 UTC
71ca973 change parallel_cpu.cpp to match paralle.cpp 28 September 2016, 17:31:58 UTC
1575b1c fix init counter 27 September 2016, 14:00:10 UTC
6dfbaad Merge pull request #155 from yahoo/afeng_avoid_lock_mdb Distribute LMDB files once only 16 September 2016, 20:47:47 UTC
7e21d62 typo fix 16 September 2016, 19:48:26 UTC
0a72a7f add a LMDB file only once 16 September 2016, 14:34:17 UTC
ee5fe89 enable file overwrite 16 September 2016, 13:09:18 UTC
d79df7b Merge pull request #154 from yahoo/afeng_avoid_lock_mdb enable spark.files.overwrite during LMDB download 16 September 2016, 03:56:52 UTC
7f05e4a enable spark.files.overwrite during LMDB download 16 September 2016, 03:43:03 UTC
a9c8e12 Merge pull request #153 from yahoo/afeng_spark2 Enable Apache Spark 2.0 15 September 2016, 23:49:27 UTC
e0e915a spark major version 15 September 2016, 22:53:44 UTC
0706135 Makefile adjusted 15 September 2016, 22:00:07 UTC
aff7559 DataFrame for Spark 1 and Dataset for Spaek 2 15 September 2016, 21:44:00 UTC
2ff0b68 DataFrame for Spark 1 and Dataset for Spaek 2 15 September 2016, 21:43:56 UTC
162dbdc Enable Apache Spark 2.0 15 September 2016, 20:55:19 UTC
f9a3c65 Merge pull request #151 from yahoo/afeng_avoid_lock_mdb Avoid LMDB lock.mdb copy issue on clusters 15 September 2016, 16:14:48 UTC
c360f40 remove dupplicated Logging.scala 15 September 2016, 03:32:17 UTC
6982832 workaround lock.mdb copy file in Spark cluster 15 September 2016, 01:26:24 UTC
4ad1fb3 Merge pull request #147 from yahoo/afeng_union_rdd_specified_locs use specified locations for validation RDD 07 September 2016, 22:55:16 UTC
6ccf592 use specified locations for validation RDD 07 September 2016, 20:22:31 UTC
96bb265 Merge pull request #146 from yahoo/afeng_validation_partitions make validation RDDs cacheable 02 September 2016, 23:36:59 UTC
7c28e61 make validation RDDs cacheable 02 September 2016, 21:34:29 UTC
2517247 Merge pull request #141 from yahoo/afeng_rows sync across executors for training and validation 02 September 2016, 02:10:25 UTC
26ef720 CaffeOnSpark.scala recovered 02 September 2016, 00:02:15 UTC
37e99d0 Merge branch 'master' of https://github.com/yahoo/CaffeOnSpark into afeng_rows 01 September 2016, 23:26:20 UTC
42574ee Merge pull request #145 from yahoo/jun_sync add one extra recv request for ctrl signals 01 September 2016, 23:25:56 UTC
3f95030 Merge pull request #143 from yahoo/socket_sync Socket sync 01 September 2016, 23:24:01 UTC
31318ae General Socket Sync with CPU Only mode 01 September 2016, 23:15:13 UTC
275bcdb General Socket Sync with CPU Only mode 01 September 2016, 22:42:12 UTC
3dcb01b General Socket Sync with CPU Only mode 01 September 2016, 22:06:27 UTC
70ac017 General Socket Sync with CPU Only mode 01 September 2016, 21:39:32 UTC
3093dba add one extra recv request for ctrl signals 01 September 2016, 20:42:33 UTC
3f64d96 General Socket Sync with CPU Only mode 01 September 2016, 04:44:30 UTC
69b2c12 Merge branch 'master' of https://github.com/yahoo/CaffeOnSpark into socket_sync Conflicts: caffe-distri/src/main/cpp/util/socket.cpp 01 September 2016, 04:41:00 UTC
d531895 General Socket Sync with CPU Only mode 01 September 2016, 04:14:38 UTC
b1eb904 merge with RDMA change 31 August 2016, 23:26:38 UTC
feba5e8 Merge branch 'master' of https://github.com/yahoo/CaffeOnSpark into afeng_rows 31 August 2016, 23:25:35 UTC
dd1586b Merge pull request #142 from yahoo/jun_sync add RDMA sync for ctrl signal 31 August 2016, 23:24:43 UTC
c6c1fb7 Merge pull request #98 from zhichao-li/wrapWithloop Wrap with a for loop while sending&receiving header 31 August 2016, 22:21:01 UTC
e283e05 add RDMA sync for ctrl signal 31 August 2016, 21:38:02 UTC
7fb8c8a General Socket Sync 31 August 2016, 05:50:53 UTC
ff2e413 General Socket Sync 30 August 2016, 23:51:14 UTC
acc2433 use processor.sync for training data feed 29 August 2016, 15:30:52 UTC
a52ae20 limit source queue capacity for validation dataset 28 August 2016, 20:14:06 UTC
f123d41 persistence adjusted 28 August 2016, 18:06:41 UTC
8bd5c53 emplty list of preferred locations 28 August 2016, 06:01:29 UTC
d68467b Union RDD without preferred locations 28 August 2016, 05:33:04 UTC
20c88fd avoid union RDD due to task scheduler 28 August 2016, 02:32:53 UTC
back to top