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

snapshot...

parent 454c87bd
Branches
No related tags found
No related merge requests found
...@@ -701,7 +701,7 @@ def run_restore_static(directory, ckpt_dir, out_file=None): ...@@ -701,7 +701,7 @@ 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 = 8 N = 10
slc_x = slice(2, N*128 + 4) slc_x = slice(2, N*128 + 4)
slc_y = slice(2, N*128 + 4) slc_y = slice(2, N*128 + 4)
...@@ -717,7 +717,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir): ...@@ -717,7 +717,7 @@ def run_evaluate_static(in_file, out_file, ckpt_dir):
y_128 = slice(3, N*128 + 3) y_128 = slice(3, N*128 + 3)
sub_y, sub_x = (N * 128) + 10, (N * 128) + 10 sub_y, sub_x = (N * 128) + 10, (N * 128) + 10
y_0, x_0, = 2432 - int(sub_y/2), 2432 - int(sub_x/2) y_0, x_0, = 3232 - int(sub_y/2), 3200 - int(sub_x/2)
h5f = h5py.File(in_file, 'r') h5f = h5py.File(in_file, 'r')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment