已合并
[sync] PR-37317: delete-skip #38581
ascend-robot创建于 6月15日
[sync] PR-37317: delete-skip #38581
已合并
共 1 个文件变更+0-1
| @@ -31,7 +31,6 @@ class TestDropoutLayers(TestCase): | |||
| 31 | output = m(input1) | 31 | output = m(input1) |
| 32 | self.assertEqual(output is not None, True) | 32 | self.assertEqual(output is not None, True) |
| 33 | 33 | ||
| 34 | - | ||
| 35 | def test_native_dropout(self): | 34 | def test_native_dropout(self): |
| 36 | for train in [True, False]: | 35 | for train in [True, False]: |
| 37 | for p in [0.0, 1.0, 0.5]: | 36 | for p in [0.0, 1.0, 0.5]: |