From 2343608d4a6a98cf15a05ea07d3ca72435b138c6 Mon Sep 17 00:00:00 2001
From: sicer <mansicer@qq.com>
Date: Mon, 15 Nov 2021 20:19:53 +0800
Subject: [PATCH] update script

---
 src/run.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/run.py b/src/run.py
index 894b0d3..18dde04 100755
--- a/src/run.py
+++ b/src/run.py
@@ -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'):
-- 
GitLab