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
commit
3695b8ecfa
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tests/st/quantization/mobilenetv2_quant/test_mobilenetv2_quant.py
  2. +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, "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 @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, "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 @pytest.mark.level1


Loading…
Cancel
Save