modify dataset path

This commit is contained in:
hwjiaorui 2020-10-12 15:09:57 +08:00
parent 86ffe47895
commit e8f1c6e9b9
2 changed files with 2 additions and 2 deletions

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

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