From f23b69c0e5072f81bfe9a9119f83d97501946df3 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 9 Jan 2023 21:09:01 -0600
Subject: [PATCH] snapshot...

---
 modules/deeplearning/srcnn_l1b_l2.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py
index 792303f6..e203bada 100644
--- a/modules/deeplearning/srcnn_l1b_l2.py
+++ b/modules/deeplearning/srcnn_l1b_l2.py
@@ -782,6 +782,7 @@ def analyze(file='/Users/tomrink/cld_opd_out.npy'):
 
     lbls = lbls[:, :, :, 0]
     pred = pred[:, :, :, 0]
+    print('Total num pixels: ', lbls.size)
 
     diff = pred - lbls
 
-- 
GitLab