Skip to content

Commit

Permalink
minor: Fix Functional API guide (keras-team#20694)
Browse files Browse the repository at this point in the history
Add an empty line so the list is rendered as a list, not as a single line of text
  • Loading branch information
punkeel authored Dec 27, 2024
1 parent 8907bcb commit ca58091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/functional_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()`)
Expand Down

0 comments on commit ca58091

Please sign in to comment.