gradflow


Namegradflow JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/kcxain/gradflow
SummaryA simple, scalable and efficient deep learning framework.
upload_time2023-05-22 02:59:07
maintainer
docs_urlNone
authorkcxain
requires_python
licenseApache License 2.0
keywords auto-gradient deep-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <picture>
    <img alt="GradFlow" src="./logo.svg" width="360" height="80" style="max-width: 100%;">
  </picture>
  <br/>
</p>

GradFlow is a deep learning framework designed to be **simple**, **scalable** and **efficient** with **PyTorch-like API**. 

GradFlow provides all the necessary components for training a deep learning model, including initialization methods, optimizers, data loaders, and modules.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kcxain/gradflow",
    "name": "gradflow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "auto-gradient,deep-learning",
    "author": "kcxain",
    "author_email": "kcxain@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/99/ad/4db7ab27dd3ce21ff16b1306e8a707fb93d152f38232ccb1d150e2ef10eb/gradflow-0.0.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <picture>\n    <img alt=\"GradFlow\" src=\"./logo.svg\" width=\"360\" height=\"80\" style=\"max-width: 100%;\">\n  </picture>\n  <br/>\n</p>\n\nGradFlow is a deep learning framework designed to be **simple**, **scalable** and **efficient** with **PyTorch-like API**. \n\nGradFlow provides all the necessary components for training a deep learning model, including initialization methods, optimizers, data loaders, and modules.\n\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A simple, scalable and efficient deep learning framework.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/kcxain/gradflow"
    },
    "split_keywords": [
        "auto-gradient",
        "deep-learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9737571397770ad9d5aa96452b3bb53a4f3eea21b6b8c7b08369801c8f577c27",
                "md5": "d0901a388f2af58a1ed7936664f1a6bb",
                "sha256": "8f061c4ff6153f6b0ce78af72e731ea8994dcf8b2e41c32122edc79e1cb65ae0"
            },
            "downloads": -1,
            "filename": "gradflow-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d0901a388f2af58a1ed7936664f1a6bb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16574,
            "upload_time": "2023-05-22T02:59:05",
            "upload_time_iso_8601": "2023-05-22T02:59:05.432818Z",
            "url": "https://files.pythonhosted.org/packages/97/37/571397770ad9d5aa96452b3bb53a4f3eea21b6b8c7b08369801c8f577c27/gradflow-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99ad4db7ab27dd3ce21ff16b1306e8a707fb93d152f38232ccb1d150e2ef10eb",
                "md5": "7bac0c417d4c430f6049d7caa9679476",
                "sha256": "d61853ffe1c85dff4782e8c61338df716cf973694dd96dddf2af42a48e710ab1"
            },
            "downloads": -1,
            "filename": "gradflow-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7bac0c417d4c430f6049d7caa9679476",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11122,
            "upload_time": "2023-05-22T02:59:07",
            "upload_time_iso_8601": "2023-05-22T02:59:07.326635Z",
            "url": "https://files.pythonhosted.org/packages/99/ad/4db7ab27dd3ce21ff16b1306e8a707fb93d152f38232ccb1d150e2ef10eb/gradflow-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-22 02:59:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kcxain",
    "github_project": "gradflow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "gradflow"
}
        
Elapsed time: 0.09561s