Skip to content

Commit

Permalink
update caffe-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Peeeeanut committed Jul 11, 2024
1 parent 3c663e8 commit 80379ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 24-07/caffe/shell/caffe-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ do
else
# 执行caffe time命令并将最后10行输出追加到输出文件
echo ""$file"正在测试中"
./perf_information_get "caffe time -model "$file"" "$WORKSPACE/perf" &> temp_output.txt
./perf_information_get.sh "caffe time -model "$file"" "$WORKSPACE/perf" &> temp_output.txt
tail -n 13 temp_output.txt > output.txt
echo "$file" > output-check.txt
tail -n 13 temp_output.txt > output-checkout.txt
tail -n 13 temp_output.txt > output-check.txt
rm temp_output.txt
echo ""$file"测试完成"
fi
Expand Down

0 comments on commit 80379ef

Please sign in to comment.