Skip to content

Commit

Permalink
Fixed the broken link in functional_api.md (#1409)
Browse files Browse the repository at this point in the history
Fixed the broken link for customizing_what_happens_in_fit  in functional_api.md
  • Loading branch information
kiransair committed Jun 28, 2023
1 parent be668f0 commit 30e3f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/md/functional_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ built using the functional API as for `Sequential` models.

The `Model` class offers a built-in training loop (the `fit()` method)
and a built-in evaluation loop (the `evaluate()` method). Note
that you can easily [customize these loops](/guides/customizing_what_happens_in_fit/)
that you can easily [customize these loops](https://keras.io/guides/customizing_what_happens_in_fit/)
to implement training routines beyond supervised learning
(e.g. [GANs](https://keras.io/examples/generative/dcgan_overriding_train_step/)).

Expand Down

0 comments on commit 30e3f60

Please sign in to comment.