Skip to content

Commit

Permalink
Fixed the broken link in making_new_layers_and_models_via_subclassing…
Browse files Browse the repository at this point in the history
….md (#1437)

Fixed the broken link in making_new_layers_and_models_via_subclassing.md for the Serialization
  • Loading branch information
tilakrayal committed Jul 13, 2023
1 parent 9066af8 commit 8c48c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/md/making_new_layers_and_models_via_subclassing.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def from_config(cls, config):
```

To learn more about serialization and saving, see the complete
[guide to saving and serializing models](/guides/serialization_and_saving/).
[guide to saving and serializing models](https://keras.io/guides/serialization_and_saving/).

---
## Privileged `training` argument in the `call()` method
Expand Down Expand Up @@ -772,4 +772,4 @@ Epoch 2/2
<keras.callbacks.History at 0x2b30357e0>
```
</div>
</div>

0 comments on commit 8c48c9f

Please sign in to comment.