fix benchmark model_repo

pull/1583/head
mmglove 4 years ago
parent 41d194d123
commit a91ee3d982

@ -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
fi fi
done done
done done
done done

Loading…
Cancel
Save