Skip to content

Commit 2c68ee1

Browse files
Merge pull request aymericdamien#55 from bquast/patch-1
MINST -> MNIST
2 parents 382ae38 + a9674aa commit 2c68ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/3_NeuralNetworks/recurrent_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from tensorflow.python.ops import rnn, rnn_cell
1212
import numpy as np
1313

14-
# Import MINST data
14+
# Import MNIST data
1515
from tensorflow.examples.tutorials.mnist import input_data
1616
mnist = input_data.read_data_sets("/tmp/data/", one_hot=True)
1717

0 commit comments

Comments
 (0)