From acdbdf29d3f1f4403444cab2ba95a472dec95236 Mon Sep 17 00:00:00 2001 From: gag <1079259970@qq.com> Date: Fri, 14 Apr 2023 09:20:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'train=5Fcvc.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train_cvc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_cvc.py b/train_cvc.py index ee54f7a..1e291a0 100644 --- a/train_cvc.py +++ b/train_cvc.py @@ -189,7 +189,7 @@ def train(args): "test_measure_mean": test_measure_mean, "test_measure_std": test_measure_std, }, - "/model/Trained models/mit_PLD_b2new1" + epoch+ loss+ args.dataset + ".pt", + "/model/Trained models/mit_PLD_b2new1" + str(epoch)+ str(loss)+ args.dataset + ".pt", ) prev_best_test = test_measure_mean -- 2.34.1