!6366 add wide&deep test

Merge pull request !6366 from HW_KK/master
pull/6366/MERGE
mindspore-ci-bot 4 years ago committed by Gitee
commit 33b4886ca9

@ -13,13 +13,13 @@
# limitations under the License.
# ============================================================================
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
@pytest.mark.level0
@pytest.mark.platform_x86_ascend_training
@pytest.mark.platform_arm_ascend_training
@pytest.mark.env_single
def test_wide_and_deep():
sh_path = os.path.split(os.path.realpath(__file__))[0]
ret = os.system(f"sh {sh_path}/run_wide_and_deep_auto_parallel.sh")

Loading…
Cancel
Save