Open dimon777 opened 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.
Thanks! @thubregtsen also mentioned that. I have added that line.
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.