From 3ee147ddcf4d37d5f01a46d09538b9a2e2b17fb4 Mon Sep 17 00:00:00 2001 From: Maxime Date: Fri, 27 Dec 2024 17:12:34 +0100 Subject: [PATCH] minor: Fix Functional API guide Add an empty line so the list is rendered as a list, not as a single line of text --- guides/functional_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/functional_api.py b/guides/functional_api.py index 7dbbfbbbe61b..c174953179e0 100644 --- a/guides/functional_api.py +++ b/guides/functional_api.py @@ -179,6 +179,7 @@ from this file, even if the code that built the model is no longer available. This saved file includes the: + - model architecture - model weight values (that were learned during training) - model training config, if any (as passed to `compile()`)