We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed5356 commit 9ac723aCopy full SHA for 9ac723a
tensorflowTUT/tf21_autoencoder/for_practicing.py
@@ -93,7 +93,7 @@ def decoder(x):
93
94
# # Applying encode and decode over test set
95
encode_decode = sess.run(
96
- y_pred, feed_dict={X: mnist.test.images[:examples_to_show]})
+ y_pred, feed_dict={X: mnist.test.images[:examples_to_show] })
97
# Compare original images with their reconstructions
98
f, a = plt.subplots(2, 10, figsize=(10, 2))
99
for i in range(examples_to_show):
0 commit comments