From 5e4305b7a3257f772b98761980a71e338fc997ef Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sun, 20 Aug 2023 11:26:49 -0500
Subject: [PATCH] snapshot...

---
 modules/GSOC/E2_ESRGAN/lib/train.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/GSOC/E2_ESRGAN/lib/train.py b/modules/GSOC/E2_ESRGAN/lib/train.py
index 22fef508..ac48738a 100644
--- a/modules/GSOC/E2_ESRGAN/lib/train.py
+++ b/modules/GSOC/E2_ESRGAN/lib/train.py
@@ -106,7 +106,6 @@ class Trainer(object):
       return distributed_metric
 
     for image_lr, image_hr in self.dataset:
-      print(image_lr.shape, image_hr.shape)
       num_steps = train_step(image_lr, image_hr)
 
       if num_steps >= total_steps:
@@ -262,7 +261,6 @@ class Trainer(object):
     last_psnr = 0
 
     for image_lr, image_hr in self.dataset:
-      print(image_lr.shape, image_hr.shape)
       num_step = train_step(image_lr, image_hr)
       if num_step >= total_steps:
         return
-- 
GitLab