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

snapshot...

parent 2f2f044b
Branches
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st ...@@ -106,7 +106,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
if len(data_train_tiles) == 0 and len(data_valid_tiles) == 0: if len(data_train_tiles) == 0 and len(data_valid_tiles) == 0:
continue continue
if (f_cnt % 10) == 0: if (f_cnt % 5) == 0:
num_valid_samples = 0 num_valid_samples = 0
if len(data_valid_tiles) > 0: if len(data_valid_tiles) > 0:
label_valid = np.stack(label_valid_tiles) label_valid = np.stack(label_valid_tiles)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment