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

snapshot...

parent 6d8b5fd1
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ def run(data_h5f, param_s, train_tiles, valid_tiles, num_keep_x_tiles=8, tile_wi
continue
train_tiles.append(nda)
j_start = num_y_train * tile_width + 1
j_start = num_y_train * tile_width + 1*tile_width
for j in range(num_y_valid):
j_a = j_start + j * j_skip
j_b = j_a + 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