forked from mindspore-Ecosystem/mindspore
remove auto parallel st
This commit is contained in:
parent
beb714d2d0
commit
fad6b5744c
|
@ -16,10 +16,6 @@ import os
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
|
||||||
@pytest.mark.platform_x86_ascend_training
|
|
||||||
@pytest.mark.platform_arm_ascend_training
|
|
||||||
@pytest.mark.env_single
|
|
||||||
def test_expand_loss():
|
def test_expand_loss():
|
||||||
sh_path = os.path.split(os.path.realpath(__file__))[0]
|
sh_path = os.path.split(os.path.realpath(__file__))[0]
|
||||||
ret = os.system(f"sh {sh_path}/run_auto_parallel_loss_expand.sh")
|
ret = os.system(f"sh {sh_path}/run_auto_parallel_loss_expand.sh")
|
||||||
|
|
|
@ -16,10 +16,6 @@ import os
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.level0
|
|
||||||
@pytest.mark.platform_x86_ascend_training
|
|
||||||
@pytest.mark.platform_arm_ascend_training
|
|
||||||
@pytest.mark.env_single
|
|
||||||
def test_expand_loss():
|
def test_expand_loss():
|
||||||
sh_path = os.path.split(os.path.realpath(__file__))[0]
|
sh_path = os.path.split(os.path.realpath(__file__))[0]
|
||||||
ret = os.system(f"sh {sh_path}/run_auto_parallel_resnet50_expand_loss.sh")
|
ret = os.system(f"sh {sh_path}/run_auto_parallel_resnet50_expand_loss.sh")
|
||||||
|
|
Loading…
Reference in New Issue