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

snapshot...

parent aa0ffb1b
No related branches found
No related tags found
No related merge requests found
......@@ -789,6 +789,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
#data = np.stack([grd_a, grd_c], axis=2)
data = np.stack([grd_c], axis=2)
data = np.expand_dims(data, axis=0)
data = tf.convert_to_tensor(data, dtype=tf.float32)
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.
Please register or to comment