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
!7382
fix train ut
Merge pull request
!7382
from lz/master
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
fa37f8fde3
a37453a9f8
commit
c88ef4fc86
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
mindspore/lite/test/runtest.sh
+ 5
- 2
mindspore/lite/test/runtest.sh
View File
@@ -1,6 +1,9 @@
#!/bin/bash
cd ./mindspore/lite/test/ || exit 1
set -e
CURRPATH=$(cd "$(dirname $0)"; pwd)
cd ${CURRPATH}
if [ $1 == train ]; then
echo 'run train ut tests'
./run_train_ut.sh
bash
run_train_ut.sh
fi
Write
Preview
Loading…
Cancel
Save