diff --git a/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/test/train_full_1p.sh b/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/test/train_full_1p.sh index b07dc876101c644d691eb8a63017d27e1da2feb0..7704c6538bf4b38a93fcc45eb13440cd07d634fd 100644 --- a/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/test/train_full_1p.sh +++ b/TensorFlow/contrib/nlp/SEQUENCE_TAGGING_ID2097_for_TensorFlow/test/train_full_1p.sh @@ -118,7 +118,7 @@ else fi # 性能相关数据计算 -StepTime=`grep "sec/step :" ${print_.log} | awk -F ':' '{print $5}' | awk '{sum+=$1} END {print sum/NR}'` +StepTime=`grep "sec/step :" ${print_log} | awk -F ':' '{print $5}' | awk '{sum+=$1} END {print sum/NR}'` FPS=`awk 'BEGIN{printf "%.2f\n", '${batch_size}'/'${StepTime}'}'` # 精度相关数据计算