forked from mindspore-Ecosystem/mindspore
add wide&deep test
This commit is contained in:
parent
a04a58d373
commit
961f864545
|
@ -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.level0
|
||||||
# @pytest.mark.platform_x86_ascend_training
|
@pytest.mark.platform_x86_ascend_training
|
||||||
# @pytest.mark.platform_arm_ascend_training
|
@pytest.mark.platform_arm_ascend_training
|
||||||
# @pytest.mark.env_single
|
@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…
Reference in New Issue