diff --git a/run.py b/run.py index ce5d3fb..139f10b 100755 --- a/run.py +++ b/run.py @@ -448,7 +448,7 @@ def fit(self): parser.add_argument('-config', dest='config_dir', default='./config/', help='Config directory') args = parser.parse_args() - if not args.restore: args.name = args.name + '_' + time.strftime('%d_%m_%Y') + '_' + time.strftime('%H:%M:%S') + if not args.restore: args.name = args.name + '_' + time.strftime('%d_%m_%Y') + '_' + time.strftime('%H_%M_%S') set_gpu(args.gpu) np.random.seed(args.seed)