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

snapshot...

parent f33d4d60
No related branches found
No related tags found
No related merge requests found
...@@ -796,8 +796,6 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -796,8 +796,6 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
print(data.shape) print(data.shape)
data = np.expand_dims(data, axis=0) data = np.expand_dims(data, axis=0)
print(data.shape) print(data.shape)
dn = denormalize(grd_c, label_param, mean_std_dct)
return hr_grd_c, grd_c, dn
nn = SRCNN() nn = SRCNN()
out_sr = nn.run_evaluate(data, ckpt_dir) out_sr = nn.run_evaluate(data, ckpt_dir)
......
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