Skip to content

Commit ee0df43

Browse files
authored
fix a typo in register_all docs (#2734)
1 parent 339159f commit ee0df43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_addons/register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def register_all(keras_objects: bool = True, custom_kernels: bool = True) -> Non
2424
or you can do:
2525
```python
2626
tfa.register_all()
27-
tf.tf.keras.models.load_model("my_model.tf")
27+
tf.keras.models.load_model("my_model.tf")
2828
```
2929
3030
If the model contains custom ops (compiled ops) of TensorFlow Addons,

0 commit comments

Comments
 (0)