Arun Das

Results 26 comments of Arun Das

Have you seen issue #11 ? I recently had this error in a custom network. I was working on Jupyter notebooks and clearing the Keras session prior to loading the...

Hello, I would like to point out that the build problems are because the host systems do not have `maven` installed. I am not sure if `CaffeOnSpark` installs it for...

@libeiUCAS , @GoodJoey , Please run the `spark-submit` command from `$CAFFE_ON_SPARK` folder. A complete guide to get the docker container working: 1. While building the docker container, in the logs...

Hello @kceil , It is mentioned here: https://github.com/yahoo/CaffeOnSpark/wiki/GetStarted_EC2 ``` pushd ${CAFFE_ON_SPARK}/data hadoop fs -rm -r -f ${CAFFE_ON_SPARK}/data/mnist_train_dataframe spark-submit --master ${MASTER_URL} \ --conf spark.cores.max=${TOTAL_CORES} \ --conf spark.driver.extraLibraryPath="${LD_LIBRARY_PATH}" \ --conf spark.executorEnv.LD_LIBRARY_PATH="${LD_LIBRARY_PATH}" \...

I've commented regarding this just now [here](https://github.com/yahoo/CaffeOnSpark/issues/228#issuecomment-285348694). For Ubuntu based systems it would be wise to add `LD_LIBRARY_PATH` variables to `.bashrc` file; just so that we won't forget it the...

Hello @anfeng, @mriduljain, I am working on setting up a docker image for both CPU and GPU versions of CaffeOnSpark. It will be done in a few days. Shall I...

@mriduljain , okay to close ?

Hi @junshi15 , This seem to be the cause: https://travis-ci.org/yahoo/CaffeOnSpark/jobs/280518912#L415-L417

Hi @apli , Take a look at [here](http://stackoverflow.com/questions/39620703/assertion-failed-unsafe-symbol-developerapi-in-runtime-reflection-universe). Please post the steps that you followed so that I can try to replicate it. Thanks, Arun

@apli , I was not able to replicate this in a Java 1.8 based system. I don't have a Java 1.7.0 environment available as of now. Please ask @junshi15 or...