Merge pull request #1583 from mmglove/develop

fix benchmark model_repo
pull/1590/head
Jackwaterveg 2 years ago committed by GitHub
commit e483fa59a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ function get_repo_name(){
cur_dir=$(pwd)
IFS="/"
arr=(${cur_dir})
echo ${arr[-1]}
echo ${arr[-2]}
}
FILENAME=$1
@ -250,4 +250,4 @@ for batch_size in ${batch_size_list[*]}; do
fi
done
done
done
done

Loading…
Cancel
Save