This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix ci
tags/v1.0.0
lz
5 years ago
parent
cbeb2dbf5c
commit
a80b3c3005
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mindspore/lite/test/run_benchmark_nets.sh
+ 2
- 0
mindspore/lite/test/run_benchmark_nets.sh
View File
@@ -391,6 +391,8 @@ while getopts "a:c:m:d:" opt; do
esac
done
mkdir train
mv ${arm_path}/*runtime-*train* ./train
file_name=$(ls ${arm_path}/*runtime-arm64*.tar.gz)
IFS="-" read -r -a file_name_array <<< "$file_name"
version=${file_name_array[2]}
Write
Preview
Loading…
Cancel
Save