forked from mindspore-Ecosystem/mindspore
takedown test_ctc_loss_tnc to ensure gate stability
This commit is contained in:
parent
7c735cf278
commit
51e5ec6f1f
|
@ -31,7 +31,7 @@ class CTCLossNet(nn.Cell):
|
|||
return self.ctcloss(log_probs, target, input_length, target_length)
|
||||
|
||||
|
||||
@pytest.mark.level0
|
||||
@pytest.mark.level1
|
||||
@pytest.mark.platform_x86_cpu
|
||||
@pytest.mark.platform_arm_cpu
|
||||
@pytest.mark.platform_arm_ascend_training
|
||||
|
|
Loading…
Reference in New Issue