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
!7191
modify dataset path
Merge pull request
!7191
from hwjiaorui/master
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
f06853ae9b
e8f1c6e9b9
commit
3695b8ecfa
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py
+1
-1
tests/st/quantization/resnet50_quant/test_resnet50_quant.py
+ 1
- 1
tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py
View File
@@ -53,7 +53,7 @@ config_ascend_quant = ed({
"quantization_aware": True,
})
dataset_path = "/
dataset
/workspace/mindspore_dataset/cifar-10-batches-bin/"
dataset_path = "/
home
/workspace/mindspore_dataset/cifar-10-batches-bin/"
@pytest.mark.level1
+ 1
- 1
tests/st/quantization/resnet50_quant/test_resnet50_quant.py
View File
@@ -56,7 +56,7 @@ config_quant = ed({
"lr_max": 0.005,
})
dataset_path = "/
dataset
/workspace/mindspore_dataset/cifar-10-batches-bin/"
dataset_path = "/
home
/workspace/mindspore_dataset/cifar-10-batches-bin/"
@pytest.mark.level1
Write
Preview
Loading…
Cancel
Save