Skip to content

Commit aed1cfa

Browse files
2 parents 2645aef + d7b502e commit aed1cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def visualize(model, data, save=True):
126126
ax = plt.subplot(3, 5, i + 1 + 10)
127127
ax.imshow(real_imgs[i])
128128
ax.axis("off")
129-
plt.show()
129+
plt.show(block=False)
130130
if save:
131131
base_directory = os.getcwd()
132132
save_folder = os.path.join(base_directory, 'data', 'stages')

0 commit comments

Comments
 (0)