diff --git a/modules/deeplearning/srcnn_l1b_l2.py b/modules/deeplearning/srcnn_l1b_l2.py index 792303f6caea0d1b96c3d168c9211cb942d51fd3..e203bada0d19533ca997c004b1648e980fdc6215 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