Explorar o código

MINST -> MNIST

Bastiaan Quast %!s(int64=9) %!d(string=hai) anos
pai
achega
a9674aae96
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/3_NeuralNetworks/recurrent_network.py

+ 1 - 1
examples/3_NeuralNetworks/recurrent_network.py

@@ -11,7 +11,7 @@ import tensorflow as tf
 from tensorflow.python.ops import rnn, rnn_cell
 import numpy as np
 
-# Import MINST data
+# Import MNIST data
 from tensorflow.examples.tutorials.mnist import input_data
 mnist = input_data.read_data_sets("/tmp/data/", one_hot=True)