We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995db47 commit 85284f7Copy full SHA for 85284f7
1 file changed
06_autoencoder.py
@@ -1,11 +1,12 @@
1
import tensorflow as tf
2
import numpy as np
3
import input_data
4
-import matplotlib.pyplot as plt
5
-import matplotlib.gridspec as gridspec
6
-import matplotlib
+
+import matplotlib # to plot images
7
# Force matplotlib to not use any X-server backend.
8
matplotlib.use('Agg')
+import matplotlib.pyplot as plt
9
+import matplotlib.gridspec as gridspec
10
11
## Visualizing reconstructions
12
def vis(images, save_name):
0 commit comments