From ac088b58be20be6d0e09f092019ad72ec260dc93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=9C=A8=E6=9E=97?= <762129126@qq.com> Date: Fri, 5 May 2023 15:16:37 +0800 Subject: [PATCH] =?UTF-8?q?[UPDATE]=20=E6=94=B9=E6=AD=A31p=E5=85=A8?= =?UTF-8?q?=E9=87=8F=E6=8B=89=E8=B5=B7=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test/train_ID0495_Bert-Squad_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/test/train_ID0495_Bert-Squad_full_1p.sh b/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/test/train_ID0495_Bert-Squad_full_1p.sh index 4c5aca93b..e4ea4691d 100644 --- a/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/test/train_ID0495_Bert-Squad_full_1p.sh +++ b/TensorFlow/built-in/nlp/BertGoogle_Series_for_TensorFlow/test/train_ID0495_Bert-Squad_full_1p.sh @@ -100,7 +100,7 @@ do nohup python3.7 ${parent_path}/run_squad.py \ --vocab_file=$vocab_file \ --bert_config_file=$bert_config_file \ - --init_checkpoint=$init_checkpoint \\ + --init_checkpoint=$init_checkpoint \ --read_tf_record=True \ --train_file=$train_file \ --do_predict=True \ -- Gitee