#121 更新 'train_cvc.py'

Merged
gag merged 1 commits from gag-patch-4 into main 1 year ago
  1. +1
    -1
      train_cvc.py

+ 1
- 1
train_cvc.py View File

@@ -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



Loading…
Cancel
Save