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

kernel size = 5

parent d19fb729
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ def run_all(directory, out_directory): ...@@ -73,7 +73,7 @@ def run_all(directory, out_directory):
label_tiles = [] label_tiles = []
try: try:
run(data_h5f, label_h5f, data_tiles, label_tiles, mod_tile_width=32, kernel_size=7) run(data_h5f, label_h5f, data_tiles, label_tiles, mod_tile_width=32, kernel_size=5)
except Exception as e: except Exception as e:
print(e) print(e)
data_h5f.close() data_h5f.close()
......
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