raydl


Nameraydl JSON
Version 0.0.10 PyPI version JSON
download
home_page
SummaryThe library of utilities to help you deal with the deep learning in PyTorch.
upload_time2023-04-20 16:09:26
maintainer
docs_urlNone
authorRay Wang
requires_python>=3.9
licenseMIT License Copyright (c) [2023] [Ray Wang] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords pytorch torch deep learning machine learning ml neural network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## TL;DR

`raydl` is a library of utilities to help you deal with the deep learning in PyTorch.

### Features

- Minimized, easy to copy utilitie functions.
- Extremely simple engine and event system for training & evaluating.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "raydl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "PyTorch,torch,deep learning,machine learning,ml,neural network",
    "author": "Ray Wang",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6f/61/fcc13a1c400bb11c045388b73d94a0c5c34841d55149463074ac805865ab/raydl-0.0.10.tar.gz",
    "platform": null,
    "description": "## TL;DR\n\n`raydl` is a library of utilities to help you deal with the deep learning in PyTorch.\n\n### Features\n\n- Minimized, easy to copy utilitie functions.\n- Extremely simple engine and event system for training & evaluating.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) [2023] [Ray Wang]  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "The library of utilities to help you deal with the deep learning in PyTorch.",
    "version": "0.0.10",
    "split_keywords": [
        "pytorch",
        "torch",
        "deep learning",
        "machine learning",
        "ml",
        "neural network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19f60dba6145fe5ccd7216ed68421f2c9dbec7ee8bcd65c72bea28669d842902",
                "md5": "ae0ad01a0ee931fe2c3f3e0bed802d73",
                "sha256": "92300ba07b620b79ecd37604698b813c3a549d9d3d87bdd028f29d9995676117"
            },
            "downloads": -1,
            "filename": "raydl-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae0ad01a0ee931fe2c3f3e0bed802d73",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 18636,
            "upload_time": "2023-04-20T16:09:23",
            "upload_time_iso_8601": "2023-04-20T16:09:23.577128Z",
            "url": "https://files.pythonhosted.org/packages/19/f6/0dba6145fe5ccd7216ed68421f2c9dbec7ee8bcd65c72bea28669d842902/raydl-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f61fcc13a1c400bb11c045388b73d94a0c5c34841d55149463074ac805865ab",
                "md5": "2747bfdef5c51c1209282e4f5b022e4d",
                "sha256": "45249a1dea2886bf6ddc545b463977d469cc0dea456d9019f774774126d78d1d"
            },
            "downloads": -1,
            "filename": "raydl-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "2747bfdef5c51c1209282e4f5b022e4d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 17587,
            "upload_time": "2023-04-20T16:09:26",
            "upload_time_iso_8601": "2023-04-20T16:09:26.015388Z",
            "url": "https://files.pythonhosted.org/packages/6f/61/fcc13a1c400bb11c045388b73d94a0c5c34841d55149463074ac805865ab/raydl-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-20 16:09:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "raydl"
}
        
Elapsed time: 0.05605s