We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebfaac commit 9ce9752Copy full SHA for 9ce9752
examples/mnist_mlp.py
@@ -10,7 +10,7 @@
10
import Mariana.training.datasetmaps as MDM
11
import Mariana.training.stopcriteria as MSTOP
12
13
-from Mariana.examples.useful import load_mnist
+from useful import load_mnist
14
15
"""
16
This is the equivalent the theano MLP from here: http://deeplearning.net/tutorial/mlp.html
0 commit comments