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

minor...

parent 5f9cfdc1
Branches
No related tags found
No related merge requests found
...@@ -709,7 +709,7 @@ def run_restore_static(directory, ckpt_dir): ...@@ -709,7 +709,7 @@ def run_restore_static(directory, ckpt_dir):
def run_evaluate_static(in_file, out_file, ckpt_dir): def run_evaluate_static(in_file, out_file, ckpt_dir):
N = 4 N = 8
sub_y, sub_x = (N+1) * 128, (N+1) * 128 sub_y, sub_x = (N+1) * 128, (N+1) * 128
y_0, x_0, = 2500 - int(sub_y/2), 2500 - int(sub_x/2) y_0, x_0, = 2500 - int(sub_y/2), 2500 - int(sub_x/2)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment