W3cubDocs

/TensorFlow

Module: tf.keras.models

DO NOT EDIT.

This file was autogenerated. Do not edit it by hand, since your modifications would be overwritten.

Classes

class Model: A model grouping layers into an object with training/inference features.

class Sequential: Sequential groups a linear stack of layers into a Model.

Functions

clone_model(...): Clone a Functional or Sequential Model instance.

load_model(...): Loads a model saved via model.save().

model_from_json(...): Parses a JSON model configuration string and returns a model instance.

save_model(...): Saves a model as a .keras file.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/keras/models