From f8d032003111025f2c4bf99388347965a8bd32e8 Mon Sep 17 00:00:00 2001 From: acoolbest Date: Sun, 8 Nov 2020 00:41:30 +0800 Subject: [PATCH] show images --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index 4eba594..a90f661 100644 --- a/utils.py +++ b/utils.py @@ -20,3 +20,4 @@ def plot_sample(lr, sr): plt.title(title) plt.xticks([]) plt.yticks([]) + plt.show()