forked from huawei/mindspore2022
!31773 takedown test_gru_op to ensure gate stability
Merge pull request !31773 from yanghaoran/master
This commit is contained in:
commit
5f2a9b48d9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue