!31773 takedown test_gru_op to ensure gate stability

Merge pull request !31773 from yanghaoran/master
This commit is contained in:
i-robot 2022-03-23 06:50:35 +00:00 committed by Gitee
commit 5f2a9b48d9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def test_sit_gru_forward_input_3_32_32_is_32_hs_16():
assert np.allclose(out.asnumpy(), out_pynative.asnumpy(), 0.001, 0.001)
assert np.allclose(hy.asnumpy(), hy_pynative.asnumpy(), 0.001, 0.001)
@pytest.mark.level0
@pytest.mark.level1
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard