Skip to content

Commit a9674aa

Browse files
authored
MINST -> MNIST
1 parent 382ae38 commit a9674aa

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)