Fix link text with updated guide title
This commit is contained in:
parent
01a1e570ae
commit
e3486dafc8
tensorflow/python/keras
@ -275,7 +275,7 @@ class Layer(module.Module, version_utils.LayerVersionSelector):
|
||||
```
|
||||
|
||||
For more information about creating layers, see the guide
|
||||
[Writing custom layers and models with Keras](
|
||||
[Making new Layers and Models via subclassing](
|
||||
https://www.tensorflow.org/guide/keras/custom_layers_and_models)
|
||||
"""
|
||||
|
||||
|
@ -157,7 +157,7 @@ class Layer(object):
|
||||
```
|
||||
|
||||
For more information about creating layers, see the guide
|
||||
[Writing custom layers and models with Keras](
|
||||
[Making new Layers and Models via subclassing](
|
||||
https://www.tensorflow.org/guide/keras/custom_layers_and_models)
|
||||
|
||||
Arguments:
|
||||
|
Loading…
Reference in New Issue
Block a user