From 67fec1d6a8235a9319df53fb1a4436548f588724 Mon Sep 17 00:00:00 2001
From: zqwerty <zhuq96@hotmail.com>
Date: Sun, 10 Apr 2022 13:41:58 +0800
Subject: [PATCH] rm metric_path param in training

---
 convlab2/base_models/t5/dst/run_multiwoz21.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/convlab2/base_models/t5/dst/run_multiwoz21.sh b/convlab2/base_models/t5/dst/run_multiwoz21.sh
index 6d42380b..1c383cbb 100644
--- a/convlab2/base_models/t5/dst/run_multiwoz21.sh
+++ b/convlab2/base_models/t5/dst/run_multiwoz21.sh
@@ -44,7 +44,6 @@ python -m torch.distributed.launch \
     --save_strategy epoch \
     --evaluation_strategy epoch \
     --prediction_loss_only \
-    --metric_name_or_path ${metric_name_or_path} \
     --cache_dir ${cache_dir} \
     --output_dir ${output_dir} \
     --logging_dir ${logging_dir} \
-- 
GitLab