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

snapshot...

parent 8a71f2f0
Branches
Tags
No related merge requests found
......@@ -90,7 +90,7 @@ def run_all(directory, out_directory, day_night='ANY', pattern='clavrx_*.nc', st
try:
run(h5f, data_params, data_train_tiles, data_valid_tiles, label_params, label_train_tiles, label_valid_tiles,
num_keep_x_tiles=num_keep_x_tiles, tile_width=64, kernel_size=3, day_night=day_night)
num_keep_x_tiles=num_keep_x_tiles, tile_width=64, kernel_size=5, day_night=day_night)
except Exception as e:
print(e)
h5f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment