Skip to content

Commit

Permalink
Fix utils namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Mar 25, 2023
1 parent 3b39310 commit 5a95a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/saving_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"path": "serialization_utils",
"title": "Serialization utilities",
"generate": [
"tensorflow.keras.saving.serialize_keras_object",
"tensorflow.keras.saving.deserialize_keras_object",
"tensorflow.keras.utils.serialize_keras_object", # TODO: move to saving
"tensorflow.keras.utils.deserialize_keras_object", # TODO: move to saving
"tensorflow.keras.saving.custom_object_scope",
"tensorflow.keras.saving.get_custom_objects",
"tensorflow.keras.saving.register_keras_serializable",
Expand Down

0 comments on commit 5a95a6d

Please sign in to comment.