未验证 提交 e483fa59 编写于 作者: J Jackwaterveg 提交者: GitHub

Merge pull request #1583 from mmglove/develop

fix benchmark model_repo
...@@ -61,7 +61,7 @@ function get_repo_name(){ ...@@ -61,7 +61,7 @@ function get_repo_name(){
cur_dir=$(pwd) cur_dir=$(pwd)
IFS="/" IFS="/"
arr=(${cur_dir}) arr=(${cur_dir})
echo ${arr[-1]} echo ${arr[-2]}
} }
FILENAME=$1 FILENAME=$1
...@@ -250,4 +250,4 @@ for batch_size in ${batch_size_list[*]}; do ...@@ -250,4 +250,4 @@ for batch_size in ${batch_size_list[*]}; do
fi fi
done done
done done
done done
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册