Module: contrib.keras.models

Module: tf.contrib.keras.models

Module tf.contrib.keras.models

Defined in tensorflow/contrib/keras/api/keras/models/__init__.py.

Keras models API.

Classes

class Model: The Model class adds training & evaluation routines to a Container.

class Sequential: Linear stack of layers.

Functions

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(...): Save a model to a HDF5 file.

© 2017 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/api_docs/python/tf/contrib/keras/models

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部