intel-analytics / BigDL-Tutorials

Step-by-step Deep Leaning Tutorials on Apache Spark using BigDL
208 stars 123 forks source link

BigDL version #5

Closed cmusjtuliuyuan closed 7 years ago

cmusjtuliuyuan commented 7 years ago

BigDL 0.1.0 in the intel-analytics/BigDL repo is different from the BigDL provided in the intel-analytics/BigDL-Tutorials repo.

So when I use the BigDL in the intel-analytics/BigDL repo, there are some problems in start_notebook.sh line 17 && 18 && 19: Because, there is no "bigdl-SPARK_2.1-0.1.0-jar-with-dependencies.jar" in the intel-analytics/BigDL repo. It should be changed to "bigdl-0.1.0-jar-with-dependencies.jar"

cmusjtuliuyuan commented 7 years ago

When I use the BigDL provided in the intel-analytics/BigDL-Tutorials repo, the forward_and_backward.ipynb works well.

But when I use the BigDL 0.1.0 in the intel-analytics/BigDL, it gives me the following error. version_issue

yangw1234 commented 7 years ago

For the first question, you should use the download link in the README page (which contains the jar with the right name)