Skip to content

Commit

Permalink
Merge pull request #11 from miykael/patch-1
Browse files Browse the repository at this point in the history
Small single typo fix
  • Loading branch information
fchollet authored May 10, 2020
2 parents 165d3b3 + 5b38495 commit 3816e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/training_with_built_in_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"""
## The `compile()` method: specifying a loss, metrics, and an optimizer
To train a model with `fi()`t, you need to specify a loss function, an optimizer, and
To train a model with `fit()`, you need to specify a loss function, an optimizer, and
optionally, some metrics to monitor.
You pass these to the model as arguments to the `compile()` method:
Expand Down

0 comments on commit 3816e58

Please sign in to comment.