Skip to content
Snippets Groups Projects
Commit c256943e authored by tomrink's avatar tomrink
Browse files

`snapshot...`

parent f505ad25
No related branches found
No related tags found
No related merge requests found
...@@ -853,7 +853,6 @@ class SRCNN: ...@@ -853,7 +853,6 @@ class SRCNN:
# data = np.stack([bt_us, refl_us, refl_sub_lo, refl_sub_hi, refl_sub_std, cld_opd_us], axis=3) # data = np.stack([bt_us, refl_us, refl_sub_lo, refl_sub_hi, refl_sub_std, cld_opd_us], axis=3)
data = np.stack([bt_us, refl_us, cld_opd_us, refl_sub_std], axis=3) data = np.stack([bt_us, refl_us, cld_opd_us, refl_sub_std], axis=3)
print('input data shape: ', data.shape)
cld_opd_sres = self.do_inference(data) cld_opd_sres = self.do_inference(data)
cld_opd_sres = denormalize(cld_opd_sres, label_param, mean_std_dct) cld_opd_sres = denormalize(cld_opd_sres, label_param, mean_std_dct)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment