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

snapshot...

parent 8e440de5
No related branches found
No related tags found
No related merge requests found
...@@ -736,7 +736,8 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -736,7 +736,8 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
h5f.close() h5f.close()
cld_opd_sres = nn.run_evaluate(data, ckpt_dir) cld_opd_sres = nn.run_evaluate(data, ckpt_dir)
cld_opd_sres = denormalize(cld_opd_sres, label_param, mean_std_dct) # cld_opd_sres = denormalize(cld_opd_sres, label_param, mean_std_dct)
cld_opd_sres = descale(cld_opd_sres, label_param, mean_std_dct)
_, ylen, xlen, _ = cld_opd_sres.shape _, ylen, xlen, _ = cld_opd_sres.shape
cld_opd_sres_out = np.zeros((LEN_Y, LEN_X), dtype=np.float32) cld_opd_sres_out = np.zeros((LEN_Y, LEN_X), dtype=np.float32)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment