Harold-Zhang

Results 1 issues of Harold-Zhang

I tested the code from _/matex/src/deeplearning/tensorflow/examples/glibc_after_2.19/MNIST/tf_lenet3.py_ with command `python tf_lenet3.py` and I got an error: ``` Traceback (most recent call last): File "tf_lenet3.py", line 17, in mnist = tf.DataSet("MNIST", normalize=255.0)...