From dc53f4b6852806aa557872b113ffd30eb397a52a Mon Sep 17 00:00:00 2001 From: libin <9070337+libin1581602217@user.noreply.gitee.com> Date: Wed, 14 Dec 2022 02:37:28 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9python=E4=B8=BApython3=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9python=E4=B8=BApython3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: libin <9070337+libin1581602217@user.noreply.gitee.com> --- .../nlp/Bert-NER_ID0797_for_TensorFlow/test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_full_1p.sh index e4dbc304a..23b141be9 100644 --- a/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_full_1p.sh @@ -108,7 +108,7 @@ do #执行训练脚本,以下传参不需要修改,其他需要模型审视修改 #--data_dir, --model_dir, --precision_mode, --over_dump, --over_dump_path,--data_dump_flag,--data_dump_step,--data_dump_path,--profiling,--profiling_dump_path - nohup python BERT_NER.py \ + nohup python3 BERT_NER.py \ --precision_mode=$precision_mode \ --task_name="NER" \ --do_lower_case=False \ -- Gitee