Module: contrib.keras.applications

Module: tf.contrib.keras.applications

Module tf.contrib.keras.applications

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

Keras Applications are canned architectures with pre-trained weights.

Modules

inception_v3 module: Inception V3 Keras application.

resnet50 module: ResNet50 Keras application.

vgg16 module: VGG16 Keras application.

vgg19 module: VGG19 Keras application.

xception module: Xception Keras application.

Functions

InceptionV3(...): Instantiates the Inception v3 architecture.

ResNet50(...): Instantiates the ResNet50 architecture.

VGG16(...): Instantiates the VGG16 architecture.

VGG19(...): Instantiates the VGG19 architecture.

Xception(...): Instantiates the Xception architecture.

© 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/applications

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部