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

snapshot...

parent 697ff7e3
Branches
No related tags found
No related merge requests found
...@@ -776,8 +776,6 @@ def run_restore_static(directory, ckpt_dir, out_file=None): ...@@ -776,8 +776,6 @@ def run_restore_static(directory, ckpt_dir, out_file=None):
def run_evaluate_static(in_file, out_file, ckpt_dir): def run_evaluate_static(in_file, out_file, ckpt_dir):
N_X = N_Y = 10
sub_y, sub_x = (N_Y * 128) + 10, (N_X * 128) + 10 sub_y, sub_x = (N_Y * 128) + 10, (N_X * 128) + 10
y_0, x_0, = 3232 - int(sub_y/2), 1100 - int(sub_x/2) y_0, x_0, = 3232 - int(sub_y/2), 1100 - int(sub_x/2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment