Browse Source

add wide&deep test

tags/v1.0.0
wuweikang 5 years ago
parent
commit
961f864545
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py

+ 5
- 5
tests/st/model_zoo_tests/wide_and_deep/test_wide_and_deep_auto_parallel.py View File

@@ -13,13 +13,13 @@
# limitations under the License. # limitations under the License.
# ============================================================================ # ============================================================================
import os 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(): def test_wide_and_deep():
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_wide_and_deep_auto_parallel.sh") ret = os.system(f"sh {sh_path}/run_wide_and_deep_auto_parallel.sh")


Loading…
Cancel
Save