forked from mindspore-Ecosystem/mindspore
!7115 modify yolov3 test case
Merge pull request !7115 from chengxb7532/master
This commit is contained in:
commit
265e7b93d5
|
@ -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…
Reference in New Issue