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

snapshot...

parent 9a9ddb53
No related branches found
No related tags found
No related merge requests found
......@@ -752,7 +752,8 @@ def run_evaluate_static_2(in_file, out_file, ckpt_dir):
nn = SRCNN()
out_sr = nn.run_evaluate(data, ckpt_dir)
if label_param != 'cloud_fraction':
out_sr = denormalize(out_sr, label_param, mean_std_dct)
# out_sr = denormalize(out_sr, label_param, mean_std_dct)
pass
if out_file is not None:
np.save(out_file, out_sr)
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment