From 1b12d467d85b61a7d3d454000f065caeaaa54fb1 Mon Sep 17 00:00:00 2001 From: 5thGenDev <44685200+5thGenDev@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:26:08 +0100 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cb08cac..c82d3b7 100644 --- a/main.py +++ b/main.py @@ -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 ):