diff --git a/modules/deeplearning/cloud_fraction_fcn_abi.py b/modules/deeplearning/cloud_fraction_fcn_abi.py
index 71b9b6d5fad8d6f632ef325a02e48b5858788ac5..0c82ad63ee8356d1ca15325579daa98611d387be 100644
--- a/modules/deeplearning/cloud_fraction_fcn_abi.py
+++ b/modules/deeplearning/cloud_fraction_fcn_abi.py
@@ -944,10 +944,9 @@ def run_restore_static(directory, ckpt_dir, out_file=None):
                 [np.squeeze(labels), preds.argmax(axis=3),
                  denormalize(inputs[:, 1:y_hi, 1:x_hi, 0], 'temp_11_0um_nom', mean_std_dct),
                  denormalize(inputs[:, 1:y_hi, 1:x_hi, 1], 'refl_0_65um_nom', mean_std_dct),
-                 denormalize(inputs[:, 1:y_hi, 1:x_hi, 2], 'refl_0_65um_nom', mean_std_dct),
-                 denormalize(inputs[:, 1:y_hi, 1:x_hi, 3], 'refl_0_65um_nom', mean_std_dct),
-                 inputs[:, 1:y_hi, 1:x_hi, 4],
-                 inputs[:, 1:y_hi, 1:x_hi, 5]])
+                 inputs[:, 1:y_hi, 1:x_hi, 2],
+                 inputs[:, 1:y_hi, 1:x_hi, 3],
+                 inputs[:, 1:y_hi, 1:x_hi, 4]])
 
 
 def run_evaluate_static(in_file, out_file, ckpt_dir):