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

fix bug

parent 1306bc1f
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ def run_all(directory, out_directory):
try:
# run(data_h5f, label_h5f, data_tiles, label_tiles, mod_tile_width=32, kernel_size=5)
run_one(data_h5f, data_tiles, mod_tile_width=64, kernel_size=5)
run_one(data_h5f, data_tiles, tile_width=64, kernel_size=5)
except Exception as e:
print(e)
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