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

snapshot...

parent f472b98b
No related branches found
No related tags found
No related merge requests found
......@@ -791,7 +791,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
data = np.stack([grd_c], axis=2)
data = np.expand_dims(data, axis=0)
#h5f.close() ?
h5f.close()
nn = SRCNN()
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