已合并
[test]del test_bidirectional_lstm skip #36542
AACAES创建于 5月23日
[test]del test_bidirectional_lstm skip #36542
已合并
共 1 个文件变更+0-1
| @@ -20,7 +20,6 @@ class TestBidirectionalLstm(TestCase): | |||
| 20 | input_grad = input1.grad.cpu() | 20 | input_grad = input1.grad.cpu() |
| 21 | return output.detach().cpu(), input_grad.cpu() | 21 | return output.detach().cpu(), input_grad.cpu() |
| 22 | 22 | ||
| 23 | - | ||
| 24 | def test_bidirectional_lstm(self): | 23 | def test_bidirectional_lstm(self): |
| 25 | np.random.seed(123) | 24 | np.random.seed(123) |
| 26 | data1 = np.random.randn(2, 2, 8) | 25 | data1 = np.random.randn(2, 2, 8) |