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

snapshot...

parent 8f48966a
No related branches found
No related tags found
No related merge requests found
......@@ -257,8 +257,8 @@ def run(data_h5f, param_s, train_tiles, valid_tiles, num_keep_x_tiles=8, tile_wi
continue
nda = data[:, j_a:j_b, i_a:i_b]
if not keep_tile(param_s, nda):
continue
# if not keep_tile(param_s, nda):
# continue
nda = process_cld_prob(param_s, nda)
if nda is not None:
......
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