From c3f42fb904e075f5b3b84ce6c101e2723648c628 Mon Sep 17 00:00:00 2001 From: liuyihang <1905527319@qq.com> Date: Thu, 17 Aug 2023 06:20:36 +0000 Subject: [PATCH] update bert-squad_ID1566_for_TensorFlow2.X/test/train_performance_squad1.1_base_8p.sh. Signed-off-by: liuyihang <1905527319@qq.com> --- .../test/train_performance_squad1.1_base_8p.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/test/train_performance_squad1.1_base_8p.sh b/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/test/train_performance_squad1.1_base_8p.sh index e2f0108a0..7efd25bf9 100644 --- a/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/test/train_performance_squad1.1_base_8p.sh +++ b/TensorFlow2/built-in/nlp/bert-squad_ID1566_for_TensorFlow2.X/test/train_performance_squad1.1_base_8p.sh @@ -84,6 +84,10 @@ do fusion_off_file=`echo ${para#*=}` elif [[ $para == --auto_tune* ]];then auto_tune=`echo ${para#*=}` + elif [[ $para == --conda_name* ]];then + conda_name=`echo ${para#*=}` + source $cur_path/test/set_conda.sh + source activate $conda_name fi done ############维测参数############## -- Gitee