From 86c08aceec748124e0dd9b60632853f3e3d477b1 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 21 Aug 2023 13:03:33 -0500 Subject: [PATCH] snapshot... --- modules/GSOC/E2_ESRGAN/lib/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/GSOC/E2_ESRGAN/lib/train.py b/modules/GSOC/E2_ESRGAN/lib/train.py index 342026d8..b1278ab1 100644 --- a/modules/GSOC/E2_ESRGAN/lib/train.py +++ b/modules/GSOC/E2_ESRGAN/lib/train.py @@ -201,7 +201,7 @@ class Trainer(object): disc_metric = tf.keras.metrics.Mean() psnr_metric = tf.keras.metrics.Mean() - # May need to create a Perceptual Model for Optical Depth? + # TDR: May need to create a Perceptual Model for Optical Depth? # logging.debug("Loading Perceptual Model") # perceptual_loss = utils.PerceptualLoss( # weights="imagenet", -- GitLab