Skip to content

Commit

Permalink
[20240306] Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-dong committed Mar 6, 2024
1 parent 0443971 commit d7cd703
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def main(args):
args.print_freq
)
if args.output_dir and (epoch + 1) % args.save_interval == 0:
# TODO?: Create symbolic link instead of saving 'checkpoint.pth'
checkpoint_paths = [
os.path.join(args.output_dir, f'checkpoint.pth'),
os.path.join(args.output_dir, f'checkpoint{epoch:04}.pth')
Expand Down

0 comments on commit d7cd703

Please sign in to comment.