Module: tf.keras.models
Code for model cloning, plus model-related API entries.
Classes
class Model
: Model
groups layers into an object with training and inference features.
class Sequential
: Linear stack of layers.
Functions
clone_model(...)
: Clone any Model
instance.
load_model(...)
: Loads a model saved via save_model
.
model_from_config(...)
: Instantiates a Keras model from its config.
model_from_json(...)
: Parses a JSON model configuration file and returns a model instance.
model_from_yaml(...)
: Parses a yaml model configuration file and returns a model instance.
save_model(...)
: Saves a model as a TensorFlow SavedModel or HDF5 file.
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/keras/models