Browse Source

modiy yolov3 test case

tags/v1.1.0
chengxianbin 5 years ago
parent
commit
430ef4c4dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/st/model_zoo_tests/yolov3/test_yolov3.py

+ 1
- 1
tests/st/model_zoo_tests/yolov3/test_yolov3.py View File

@@ -87,7 +87,7 @@ DATA_DIR = "/home/workspace/mindspore_dataset/coco/coco2017/mindrecord_train/yol
@pytest.mark.level0
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard
@pytest.mark.env_single
def test_yolov3():
context.set_context(mode=context.GRAPH_MODE, device_target="Ascend")
rank = 0


Loading…
Cancel
Save