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

snapshot...

parent ac517679
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ def run_one(data_h5f, data_tiles, tile_width=64, kernel_size=9): ...@@ -233,7 +233,7 @@ def run_one(data_h5f, data_tiles, tile_width=64, kernel_size=9):
data = np.stack(grd_s) data = np.stack(grd_s)
num_keep_x_tiles = 2 num_keep_x_tiles = 4
#num_keep_x_tiles = 1 #num_keep_x_tiles = 1
i_skip = num_keep_x_tiles * tile_width i_skip = num_keep_x_tiles * tile_width
j_skip = 1 * tile_width j_skip = 1 * tile_width
......
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