Skip to content

Commit

Permalink
updated showroom and paper script
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Brendel committed Jun 18, 2021
1 parent 2947336 commit 8cddb71
Show file tree
Hide file tree
Showing 140 changed files with 4,975,730 additions and 128,326 deletions.
2 changes: 1 addition & 1 deletion paper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main(configs, time_limit_total, time_limit_b, out_dir):
if not os.path.exists('output'):
os.mkdir('output')
logger = setup_logger('logger',
os.path.join('output', out_dir, "my_log.log"),
os.path.join('output', 'paper', out_dir, "my_log.log"),
formatter=['%(asctime)s:%(message)s',
'%H:%M:%S'])

Expand Down
Loading

0 comments on commit 8cddb71

Please sign in to comment.