From a0a449d02cf021d61bd3678f2b76806f0dcb5340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E6=B4=8B?= <10527367+yang-yang-zhang123456@user.noreply.gitee.com> Date: Mon, 28 Mar 2022 06:08:02 +0000 Subject: [PATCH 1/3] update TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_performance_1p.sh. --- .../test/train_performance_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_performance_1p.sh b/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_performance_1p.sh index 977218b85..78d0467d2 100644 --- a/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_performance_1p.sh +++ b/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_performance_1p.sh @@ -113,7 +113,7 @@ batch_size=4 if [ x"${modelarts_flag}" != x ]; then - python3.7 ./train.py --data_path=${data_path} --output_path=${output_path} \ + python3.7 ./train.py --data_path=${data_path}/dataset/MPII --output_path=${output_path} \ --epochs=${train_epochs} --batch_size=${batch_size} else python3.7 ./train.py --data_path=${data_path} --output_path=${output_path} \ -- Gitee From d3f8f6c89727d71b519e7b575c38c4298c45519c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E6=B4=8B?= <10527367+yang-yang-zhang123456@user.noreply.gitee.com> Date: Mon, 28 Mar 2022 06:08:55 +0000 Subject: [PATCH 2/3] update TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_full_1p.sh. --- .../test/train_full_1p.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_full_1p.sh b/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_full_1p.sh index c74dd2525..d5a32e402 100644 --- a/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_full_1p.sh +++ b/TensorFlow/contrib/cv/LiftingFromTheDeep_ID0891_for_Tensorflow/test/train_full_1p.sh @@ -113,7 +113,7 @@ batch_size=4 if [ x"${modelarts_flag}" != x ]; then - python3.7 ./train.py --data_path=${data_path} --output_path=${output_path} \ + python3.7 ./train.py --data_path=${data_path}/dataset/MPII --output_path=${output_path} \ --epochs=${train_epochs} --batch_size=${batch_size} else python3.7 ./train.py --data_path=${data_path} --output_path=${output_path} \ -- Gitee From a6f42a1e36de999e509a46a817c792dadbf7115d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=8B=E6=B4=8B?= <10527367+yang-yang-zhang123456@user.noreply.gitee.com> Date: Mon, 28 Mar 2022 06:14:28 +0000 Subject: [PATCH 3/3] update TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_performance_1p.sh. --- .../Bert-NER_ID0797_for_TensorFlow/test/train_performance_1p.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_performance_1p.sh b/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_performance_1p.sh index ad7d65da5..07145a522 100644 --- a/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_performance_1p.sh +++ b/TensorFlow/built-in/nlp/Bert-NER_ID0797_for_TensorFlow/test/train_performance_1p.sh @@ -119,6 +119,7 @@ do --do_eval=True \ --do_predict=True \ --data_dir=$data_path/data \ + --middle_out=$data_path/middle_data \ --vocab_file=$data_path/cased_L-12_H-768_A-12/vocab.txt \ --bert_config_file=$data_path/cased_L-12_H-768_A-12/bert_config.json \ --init_checkpoint=$data_path/cased_L-12_H-768_A-12/bert_model.ckpt \ -- Gitee