loongson/pypi/: keras-applications-1.0.8 metadata and description
Reference implementations of popular deep learning models
author | Keras Team |
classifiers |
|
download_url | https://github.com/keras-team/keras-applications/tarball/1.0.8 |
license | MIT |
provides_extras | tests |
requires_dist |
|
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
Keras_Applications-1.0.8-py3-none-any.whl
|
|
Keras Applications is the applications module of the Keras deep learning library. It provides model definitions and pre-trained weights for a number of popular archictures, such as VGG16, ResNet50, Xception, MobileNet, and more.
Read the documentation at: https://keras.io/applications/
Keras Applications may be imported directly from an up-to-date installation of Keras:
` from keras import applications `
Keras Applications is compatible with Python 2.7-3.6 and is distributed under the MIT license.