amplab / SparkNet

Distributed Neural Networks for Spark
MIT License
603 stars 172 forks source link

add instructions to set up SparkNet with an existing SparkNet cluster #108

Closed pcmoritz closed 8 years ago

pcmoritz commented 8 years ago

addresses #107

prakhar21 commented 8 years ago

I tried running the exact steps mentioned above for setting up SparkNet with an existing Spark Cluster, I got it build without any error, but have been facing issues after I run Spark job for testing CifarApp example. Unfortunately this error pops up. Error: java.lang.NoClassDefFoundError: Could not initialize class org.bytedeco.javacpp.caffe$NetParameter

Do I need to install caffe also ?