Skip to content
Snippets Groups Projects
Commit 2343608d authored by sicer's avatar sicer
Browse files

update script

parent 3c5f987e
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,8 @@ def run(_run, _config, _log):
json_exp_direc = os.path.join(json_output_direc, unique_token + '.json')
os.makedirs(json_output_direc, exist_ok=True)
json_logging = {'config': vars(args)}
with open(json_exp_direc, 'w') as f:
json.dump(json_logging, f, ensure_ascii=False)
# with open(json_exp_direc, 'w') as f:
# json.dump(json_logging, f, ensure_ascii=False)
# configure tensorboard logger
if str(args.env).startswith('sc2'):
......
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