malia05
malia05
I installed linux UBUNTU 32 bits in my laptop, I successful installed Spark-1.6.0 and CaffeOnSaprk , and I create train and test mnist lmdb, but when I run submit to...
I successfully installed spark-1.6.1-bin-hadoop2.4, CaffeOnSpark and mnist dataset, then I Adjusted ${CAFFE_ON_SPARK}/data/lenet_memory_train_test.prototxt to use absolute paths, such as. "file:/home/inf/CaffeOnSpark/caffe-public/examples/mnist/mnist_train_lmdb/" "file:/home/inf/CaffeOnSpark/caffe-public/examples/mnist/mnist_trest_lmdb/" My problem is how train DNN network using CaffeOnSpark with...
Hi, after successful build of my CaffeOnSpark, ./spark-submit --master ${MASTER_URL} \ > --files ${CAFFE_ON_SPARK}/data/lenet_memory_solver.prototxt,${CAFFE_ON_SPARK}/data/lenet_memory_train_test.prototxt \ > --conf spark.cores.max=${TOTAL_CORES} \ > --conf spark.task.cpus=${CORES_PER_WORKER} \ > --conf spark.driver.extraLibraryPath="${LD_LIBRARY_PATH}" \ > --conf spark.executorEnv.LD_LIBRARY_PATH="${LD_LIBRARY_PATH}"...