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