Skip to content
Snippets Groups Projects
Commit 0224adc4 authored by zqwerty's avatar zqwerty
Browse files

update analyzer

parent 9fff7bc8
Branches
No related tags found
No related merge requests found
......@@ -75,6 +75,8 @@ class Analyzer:
datefmt="%m/%d/%Y %H:%M:%S",
level=logging.INFO,
)
if not os.path.exists('results'):
os.mkdir('results')
output_dir = os.path.join('results', model_name)
if not os.path.exists(output_dir):
os.mkdir(output_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment