!1946 [AutoParallel]Remove resnet50 st

Merge pull request !1946 from lichen/remove_autoparallel_st
pull/1946/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit 0903428296

@ -16,10 +16,6 @@ import os
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():
sh_path = os.path.split(os.path.realpath(__file__))[0]
ret = os.system(f"sh {sh_path}/run_auto_parallel_loss_expand.sh")

@ -16,10 +16,6 @@ import os
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():
sh_path = os.path.split(os.path.realpath(__file__))[0]
ret = os.system(f"sh {sh_path}/run_auto_parallel_resnet50_expand_loss.sh")

Loading…
Cancel
Save