Skip to content

Commit

Permalink
update save dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenRocks committed May 29, 2018
1 parent df9fccf commit 49e18cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion decode_baselines.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def coll(batch):
)

# prepare save paths and logs
save_path = join(save_path, split)
for i in range(MAX_ABS_NUM):
os.makedirs(join(save_path, 'output_{}'.format(i)))
dec_log = {}
Expand Down
1 change: 0 additions & 1 deletion decode_full_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def coll(batch):
)

# prepare save paths and logs
save_path = join(save_path, split)
os.makedirs(join(save_path, 'output'))
dec_log = {}
dec_log['abstractor'] = meta['net_args']['abstractor']
Expand Down

0 comments on commit 49e18cf

Please sign in to comment.