Skip to content

Commit

Permalink
Remove unnecessary commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
rockerBOO committed Nov 18, 2023
1 parent 041ec65 commit 3694062
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions library/train_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3819,12 +3819,6 @@ def prepare_accelerator(args: argparse.Namespace):
project_dir=logging_dir,
kwargs_handlers=kwargs_handlers,
)

# print(args)
#
# tracker_name = args.log_tracker_name
# accelerator.init_trackers(tracker_name, args, args.tracker_init_args)

return accelerator


Expand Down

0 comments on commit 3694062

Please sign in to comment.