Skip to content

Commit

Permalink
Fixed typo (aymericdamien#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokimame authored and aymericdamien committed Aug 24, 2017
1 parent c0c59e4 commit 4e829a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/3_NeuralNetworks/autoencoder.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"# Import MINST data\n",
"# Import MNIST data\n",
"from tensorflow.examples.tutorials.mnist import input_data\n",
"mnist = input_data.read_data_sets(\"MNIST_data\", one_hot=True)"
]
Expand Down

0 comments on commit 4e829a6

Please sign in to comment.