提交 ee72ff4b 编写于 作者: M MRXLT

separate different model log

上级 40f6dc67
...@@ -19,11 +19,11 @@ do ...@@ -19,11 +19,11 @@ do
echo "thread num :" $thread_num echo "thread num :" $thread_num
echo "batch size :" $batch_size echo "batch size :" $batch_size
echo "=================Done====================" echo "=================Done===================="
echo "model name :$1" >> profile_log echo "model name :$1" >> profile_log_$1
echo "batch size :$batch_size" >> profile_log echo "batch size :$batch_size" >> profile_log_$1
$PYTHONROOT/bin/python ../util/show_profile.py profile $thread_num >> profile_log $PYTHONROOT/bin/python ../util/show_profile.py profile $thread_num >> profile_log_$1
tail -n 8 profile >> profile_log tail -n 8 profile >> profile_log_$1
echo "" >> profile_log echo "" >> profile_log_$1
done done
done done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册