avulanov / scalable-deeplearning

Scalable implementation of artificial neural networks for Spark deep learning
Apache License 2.0
38 stars 18 forks source link

Missing line in spark-shell example? #6

Open dimon777 opened 7 years ago

dimon777 commented 7 years ago

In "Multilayer perceptron" there seem to be a line missing: val test = spark.read.format("libsvm").option("numFeatures", 784).load("mnist.scale.t").persist()

Thanks, Dmitry.

avulanov commented 7 years ago

Thanks! @thubregtsen also mentioned that. I have added that line.