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 da55d5a commit 3cb0e36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 24-07/caffe/shell/caffe-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ files=($(ls))
# 遍历从00到49的文件名
for i in {0..49}
do
# 47-*.prototxt模型需要下载数据集,要单独测试
if [ "$i" -eq 47 ]; then
continue
fi

# 构建文件名模式
pattern=$(printf "%02d-" $i)

Expand Down

0 comments on commit 3cb0e36

Please sign in to comment.