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

snapshot...

parent a599f19a
Branches
No related tags found
No related merge requests found
......@@ -798,7 +798,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
nn = SRCNN()
out_sr = nn.run_evaluate(data, ckpt_dir)
if out_file is not None:
np.save(out_file, [out_sr, hr_grd_c])
np.save(out_file, (out_sr[0,:,:, 0], hr_grd_c))
else:
return out_sr, hr_grd_c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment