diff --git a/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_full_1p.sh index ea29b44b15d3a707ccd15f868c97c09180e6d241..3008cd7c9e0d595540214a71170199217e2fdf24 100644 --- a/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_full_1p.sh @@ -177,7 +177,11 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' +if [[ $dynamic_bs == "" || $dynamic_bs == "False" ]];then + CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'acc' +else + CaseName=${Network}_dynamic_bs${BatchSize}_${RANK_SIZE}'p'_'acc' +fi ##获取性能数据,不需要修改 #吞吐量 diff --git a/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_1p.sh b/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_1p.sh index 5a96859282a94b7210c6da0e0a84ceac8d496752..8175b5320e0c7a8ee09c37dcc7fbe5750adcdbdd 100644 --- a/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_1p.sh +++ b/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_1p.sh @@ -179,7 +179,11 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +if [[ $dynamic_bs == "" || $dynamic_bs == "False" ]];then + CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +else + CaseName=${Network}_dynamic_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +fi ##获取性能数据,不需要修改 #吞吐量 diff --git a/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_bs128_1p.sh b/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_bs128_1p.sh index d1cd656a55de9dd648c15c5e5037348edf9efd04..eeddec3508c3a21694c688111617c9d69f287eb8 100644 --- a/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_bs128_1p.sh +++ b/TensorFlow/built-in/audio/Tacotron2-v1-Encoder_ID1997_for_TensorFlow/test/train_performance_bs128_1p.sh @@ -179,7 +179,11 @@ echo "E2E Training Duration sec : $e2e_time" #训练用例信息,不需要修改 BatchSize=${batch_size} DeviceType=`uname -m` -CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +if [[ $dynamic_bs == "" || $dynamic_bs == "False" ]];then + CaseName=${Network}_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +else + CaseName=${Network}_dynamic_bs${BatchSize}_${RANK_SIZE}'p'_'perf' +fi ##获取性能数据,不需要修改 #吞吐量