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 ad7d65da55a564b2c3a507bdbb48e25ec9d8cc1b..07145a522fb4089c1ae340b8bb99b69b8237deb7 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 \ 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 c74dd2525c2d600059ae6aad7fb6e12fab37dc32..d5a32e4025afce0aff1bbfd1706a77de2b96f1d9 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} \ 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 977218b85e294e659d9a9f8f384898f2045b28ef..78d0467d246613ac72905d4495149dd403823e55 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} \