This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
zzy34407230
/
mindspore2022
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
22
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!2568
update run_train.sh of mobilenetv2_quant && resnet50_quant
Merge pull request
!2568
from wandongdong/r0.3
tags/v0.3.1-alpha
mindspore-ci-bot
Gitee
5 years ago
parent
8c30045178
f03e88c26f
commit
d8969d243e
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
example/mobilenetv2_quant/scripts/run_train.sh
+2
-2
example/resnet50_quant/scripts/run_train.sh
+ 2
- 2
example/mobilenetv2_quant/scripts/run_train.sh
View File
@@ -22,9 +22,9 @@ run_ascend()
exit 1
fi
if [ ! -d $5 ]
if [ ! -d $5 ]
&& [ ! -f $5 ]
then
echo "error: DATASET_PATH=$5 is not a directory"
echo "error: DATASET_PATH=$5 is not a directory
or file
"
exit 1
fi
+ 2
- 2
example/resnet50_quant/scripts/run_train.sh
View File
@@ -22,9 +22,9 @@ run_ascend()
exit 1
fi
if [ ! -d $5 ]
if [ ! -d $5 ]
&& [ ! -f $5 ]
then
echo "error: DATASET_PATH=$5 is not a directory"
echo "error: DATASET_PATH=$5 is not a directory
or file
"
exit 1
fi
Write
Preview
Loading…
Cancel
Save