Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5thGenDev authored Aug 7, 2023
1 parent eb17acb commit 1b12d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def main():

if (
(epoch + 1) > args.start_eval
and args.eval_freq > 0
#and args.eval_freq > 0
and (epoch + 1) % args.eval_freq == 0
or (epoch + 1) == args.max_epoch
):
Expand Down

0 comments on commit 1b12d46

Please sign in to comment.