TensorFlow 1 version | View source on GitHub |
Turns the serialized form of a Keras object back into an actual object.
tf.keras.utils.deserialize_keras_object(
identifier, module_objects=None, custom_objects=None,
printable_module_name='object'
)