Skip to content

Commit d8e83dd

Browse files
dakerfpaymericdamien
authored andcommitted
Typo: MINST -> MNIST (aymericdamien#46)
1 parent a68eedc commit d8e83dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/3_NeuralNetworks/convolutional_network.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source": [
4040
"import tensorflow as tf\n",
4141
"\n",
42-
"# Import MINST data\n",
42+
"# Import MNIST data\n",
4343
"from tensorflow.examples.tutorials.mnist import input_data\n",
4444
"mnist = input_data.read_data_sets(\"/tmp/data/\", one_hot=True)"
4545
]
@@ -384,4 +384,4 @@
384384
},
385385
"nbformat": 4,
386386
"nbformat_minor": 0
387-
}
387+
}

0 commit comments

Comments
 (0)