Keras-Applications


NameKeras-Applications JSON
Version 1.0.8 PyPI version JSON
download
home_pagehttps://github.com/keras-team/keras-applications
SummaryReference implementations of popular deep learning models
upload_time2019-05-30 18:26:21
maintainer
docs_urlNone
authorKeras Team
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/keras-team/keras-applications",
    "name": "Keras-Applications",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Keras Team",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/21/56/4bcec5a8d9503a87e58e814c4e32ac2b32c37c685672c30bc8c54c6e478a/Keras_Applications-1.0.8.tar.gz",
    "platform": "",
    "description": "\nKeras Applications is the `applications` module of\nthe Keras deep learning library.\nIt provides model definitions and pre-trained weights for a number\nof popular archictures, such as VGG16, ResNet50, Xception, MobileNet, and more.\n\nRead the documentation at: https://keras.io/applications/\n\nKeras Applications may be imported directly\nfrom an up-to-date installation of Keras:\n\n```\nfrom keras import applications\n```\n\nKeras Applications is compatible with Python 2.7-3.6\nand is distributed under the MIT license.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Reference implementations of popular deep learning models",
    "version": "1.0.8",
    "project_urls": {
        "Download": "https://github.com/keras-team/keras-applications/tarball/1.0.8",
        "Homepage": "https://github.com/keras-team/keras-applications"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71e319762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f",
                "md5": "29f9dfbc05fc0c0c893f22ecf1d90883",
                "sha256": "df4323692b8c1174af821bf906f1e442e63fa7589bf0f1230a0b6bdc5a810c95"
            },
            "downloads": -1,
            "filename": "Keras_Applications-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29f9dfbc05fc0c0c893f22ecf1d90883",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 50704,
            "upload_time": "2019-05-30T18:26:19",
            "upload_time_iso_8601": "2019-05-30T18:26:19.576674Z",
            "url": "https://files.pythonhosted.org/packages/71/e3/19762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f/Keras_Applications-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21564bcec5a8d9503a87e58e814c4e32ac2b32c37c685672c30bc8c54c6e478a",
                "md5": "6c66672e996231b4fee8d18fe1ca8d07",
                "sha256": "5579f9a12bcde9748f4a12233925a59b93b73ae6947409ff34aa2ba258189fe5"
            },
            "downloads": -1,
            "filename": "Keras_Applications-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "6c66672e996231b4fee8d18fe1ca8d07",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 289095,
            "upload_time": "2019-05-30T18:26:21",
            "upload_time_iso_8601": "2019-05-30T18:26:21.641555Z",
            "url": "https://files.pythonhosted.org/packages/21/56/4bcec5a8d9503a87e58e814c4e32ac2b32c37c685672c30bc8c54c6e478a/Keras_Applications-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-05-30 18:26:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "keras-team",
    "github_project": "keras-applications",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "keras-applications"
}
        
Elapsed time: 0.33874s