Skip to content

Commit

Permalink
Fix training not working
Browse files Browse the repository at this point in the history
  • Loading branch information
aitronz committed Apr 20, 2024
1 parent 888abf6 commit 361a1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1177,12 +1177,12 @@ def main():
str(args.batch_size),
str(args.gpu),
str(args.pitch_guidance),
str(args.overtraining_detector),
str(args.overtraining_threshold),
str(args.pretrained),
str(args.custom_pretrained),
str(args.g_pretrained_path),
str(args.d_pretrained_path),
str(args.overtraining_detector),
str(args.overtraining_threshold),
)
elif args.mode == "index":
run_index_script(
Expand Down

0 comments on commit 361a1c1

Please sign in to comment.