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

snapshot...

parent ed8686ef
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st ...@@ -148,7 +148,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
if len(train_tiles_m) == 0 and len(valid_tiles_m) == 0: if len(train_tiles_m) == 0 and len(valid_tiles_m) == 0:
continue continue
if (f_cnt % 5) == 0: if (f_cnt % 20) == 0:
num_valid_samples = 0 num_valid_samples = 0
if len(valid_tiles_m) > 0: if len(valid_tiles_m) > 0:
valid_i = np.stack(valid_tiles_i) valid_i = np.stack(valid_tiles_i)
......
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