This commit is contained in:
Francois Chollet 2023-08-14 13:30:13 -07:00
parent 3c8acd3f66
commit a6c02ead9f

@ -1109,6 +1109,7 @@ class RecallAtPrecisionTest(testing.TestCase, parameterized.TestCase):
):
metrics.RecallAtPrecision(0.4, num_thresholds=-1)
@pytest.mark.requires_trainable_backend
def test_end_to_end(self):
# Test for https://github.com/keras-team/keras-core/issues/718
model = models.Sequential(