!7191 modify dataset path

Merge pull request !7191 from hwjiaorui/master
pull/7191/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 3695b8ecfa

@ -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

@ -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

Loading…
Cancel
Save