We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31c68c commit 97a8792Copy full SHA for 97a8792
connectomics/engine/trainer.py
@@ -321,6 +321,9 @@ def test_singly(self):
321
for i in ran:
322
self.test_filename = output_name[i]
323
if not os.path.exists(self.test_filename):
324
+ output_dir = os.path.basename(self.test_filename)
325
+ if not os.path.exists(output_dir):
326
+ os.makedirs(output_dir)
327
if dir_name is not None:
328
# directly load from dir_name_init and img_name_init
329
dataset = get_dataset(
0 commit comments