Tensorflow-Tutorial icon indicating copy to clipboard operation
Tensorflow-Tutorial copied to clipboard

404_AutoEncoder.py mnist.train.labels[1] np.argmax

Open el-psy opened this issue 6 years ago • 0 comments

why the title is always 0? for tf v 1.14, 404_AutoEncoder.py line 33 plt.title('%i' % np.argmax(mnist.train.labels[0])) np.argmax is redundant.

el-psy avatar Feb 29 '20 10:02 el-psy