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

snapshot...

parent 54049483
Branches
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
if len(data_tiles_m) == 0:
continue
if (f_cnt % 20) == 0:
if (f_cnt % 40) == 0:
num_valid_samples = 0
if len(data_tiles_m) > 0:
valid_i = np.stack(data_tiles_i)
......@@ -167,7 +167,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
if len(data_tiles_m) == 0:
continue
if (f_cnt % 20) == 0:
if (f_cnt % 40) == 0:
num_train_samples = 0
if len(data_tiles_m) > 0:
train_i = np.stack(data_tiles_i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment