From 1a03f964fad4b59cbb1fec9766857fb30927d5d6 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Fri, 29 Sep 2023 11:55:30 -0500 Subject: [PATCH] snapshot... --- modules/deeplearning/esrgan_exp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/esrgan_exp.py b/modules/deeplearning/esrgan_exp.py index f39a43ed..12fece18 100644 --- a/modules/deeplearning/esrgan_exp.py +++ b/modules/deeplearning/esrgan_exp.py @@ -3,7 +3,7 @@ import time from PIL import Image import numpy as np import tensorflow as tf -import tensorflow_hub as hub +#import tensorflow_hub as hub import matplotlib.pyplot as plt import h5py from util.util import scale, descale, get_grid_values_all -- GitLab