From dc9c33cf7c1f2a2b1aacd3f6003d54c069cf790f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Wed, 18 Sep 2024 20:14:06 +0200 Subject: [PATCH] Update. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 902c376..c7131c3 100755 --- a/main.py +++ b/main.py @@ -911,7 +911,7 @@ def save_models(models, suffix=""): os.path.join(args.result_dir, filename), ) - log_string(f"wrote ae_*{prefix}.pth") + log_string(f"wrote ae_*{suffix}.pth") ###################################################################### -- 2.39.5