danling


Namedanling JSON
Version 0.3.5 PyPI version JSON
download
home_pageNone
SummaryScaffold for experienced Machine Learning Researchers
upload_time2024-05-09 10:48:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseUnlicense OR AGPL-3.0-or-later OR GPL-2.0-or-later OR BSD-4-Clause OR MIT OR Apache-2.0
keywords artificial intelligence deep learning machine learning
VCS
bugtrack_url
requirements cached-property chanfig gitpython lazy-imports strenum torcheval tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [DanLing](https://danling.org)

## Introduction

DanLing (丹灵) is a high-level library to help with running neural networks flexibly and transparently.

DanLing is meant to be a scaffold for experienced researchers and engineers who know how to define a training loop, but are bored of writing the same boilerplate code, such as DDP, logging, checkpointing, etc., over and over again.

Therefore, DanLing does not feature complex Runner designs with many pre-defined methods and complicated hooks.
Instead, the Runner of DanLing just initialise the essential parts for you, and you can do whatever you want, however you want.

Although many attributes and properties are pre-defined and are expected to be used in DanLing, you have full control over your code.

DanLing also provides some utilities, such as [`NestedTensor`][danling.NestedTensor], [`LRScheduler`][danling.optim.LRScheduler], [`catch`][danling.utils.catch], etc.

## Installation

Install the most recent stable version on pypi:

```shell
pip install danling
```

Install the latest version from source:

```shell
pip install git+https://github.com/ZhiyuanChen/DanLing
```

It works the way it should have worked.

## License

DanLing is multi-licensed under the following licenses:

- The Unlicense
- GNU Affero General Public License v3.0 or later
- GNU General Public License v2.0 or later
- BSD 4-Clause "Original" or "Old" License
- MIT License
- Apache License 2.0

You can choose any (one or more) of these licenses if you use this work.

`SPDX-License-Identifier: Unlicense OR AGPL-3.0-or-later OR GPL-2.0-or-later OR BSD-4-Clause OR MIT OR Apache-2.0`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "danling",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "Zhiyuan Chen <this@zyc.ai>",
    "keywords": "Artificial Intelligence, Deep Learning, Machine Learning",
    "author": null,
    "author_email": "Zhiyuan Chen <this@zyc.ai>",
    "download_url": "https://files.pythonhosted.org/packages/e9/6a/d72ef1776f3f498c9e760e7623763853f28aebbce6aa7a2ac0f205c0e575/danling-0.3.5.tar.gz",
    "platform": null,
    "description": "# [DanLing](https://danling.org)\n\n## Introduction\n\nDanLing (\u4e39\u7075) is a high-level library to help with running neural networks flexibly and transparently.\n\nDanLing is meant to be a scaffold for experienced researchers and engineers who know how to define a training loop, but are bored of writing the same boilerplate code, such as DDP, logging, checkpointing, etc., over and over again.\n\nTherefore, DanLing does not feature complex Runner designs with many pre-defined methods and complicated hooks.\nInstead, the Runner of DanLing just initialise the essential parts for you, and you can do whatever you want, however you want.\n\nAlthough many attributes and properties are pre-defined and are expected to be used in DanLing, you have full control over your code.\n\nDanLing also provides some utilities, such as [`NestedTensor`][danling.NestedTensor], [`LRScheduler`][danling.optim.LRScheduler], [`catch`][danling.utils.catch], etc.\n\n## Installation\n\nInstall the most recent stable version on pypi:\n\n```shell\npip install danling\n```\n\nInstall the latest version from source:\n\n```shell\npip install git+https://github.com/ZhiyuanChen/DanLing\n```\n\nIt works the way it should have worked.\n\n## License\n\nDanLing is multi-licensed under the following licenses:\n\n- The Unlicense\n- GNU Affero General Public License v3.0 or later\n- GNU General Public License v2.0 or later\n- BSD 4-Clause \"Original\" or \"Old\" License\n- MIT License\n- Apache License 2.0\n\nYou can choose any (one or more) of these licenses if you use this work.\n\n`SPDX-License-Identifier: Unlicense OR AGPL-3.0-or-later OR GPL-2.0-or-later OR BSD-4-Clause OR MIT OR Apache-2.0`\n",
    "bugtrack_url": null,
    "license": "Unlicense OR AGPL-3.0-or-later OR GPL-2.0-or-later OR BSD-4-Clause OR MIT OR Apache-2.0 ",
    "summary": "Scaffold for experienced Machine Learning Researchers",
    "version": "0.3.5",
    "project_urls": {
        "documentation": "https://danling.org",
        "homepage": "https://danling.org",
        "repository": "https://github.com/ZhiyuanChen/DanLing"
    },
    "split_keywords": [
        "artificial intelligence",
        " deep learning",
        " machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d70adcd9100b9c4ef12434146416554ec99577b1e3bdabbaa5b335fe86d3646d",
                "md5": "94a1e341b8090321b3ca22248e833ce7",
                "sha256": "ec5421a8b55b6d15e52f5211a7a08d3ccac6a13721cd838b46469f3021850138"
            },
            "downloads": -1,
            "filename": "danling-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "94a1e341b8090321b3ca22248e833ce7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 65870,
            "upload_time": "2024-05-09T10:48:26",
            "upload_time_iso_8601": "2024-05-09T10:48:26.156867Z",
            "url": "https://files.pythonhosted.org/packages/d7/0a/dcd9100b9c4ef12434146416554ec99577b1e3bdabbaa5b335fe86d3646d/danling-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e96ad72ef1776f3f498c9e760e7623763853f28aebbce6aa7a2ac0f205c0e575",
                "md5": "c8915296187e94ac070cff6746fcb6c2",
                "sha256": "f68892afd5d3bd3c9803429ad3dbbda698fcda69a273dc93260905fdcf8196ea"
            },
            "downloads": -1,
            "filename": "danling-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c8915296187e94ac070cff6746fcb6c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6367199,
            "upload_time": "2024-05-09T10:48:28",
            "upload_time_iso_8601": "2024-05-09T10:48:28.515223Z",
            "url": "https://files.pythonhosted.org/packages/e9/6a/d72ef1776f3f498c9e760e7623763853f28aebbce6aa7a2ac0f205c0e575/danling-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 10:48:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ZhiyuanChen",
    "github_project": "DanLing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cached-property",
            "specs": []
        },
        {
            "name": "chanfig",
            "specs": [
                [
                    ">=",
                    "0.0.96"
                ]
            ]
        },
        {
            "name": "gitpython",
            "specs": []
        },
        {
            "name": "lazy-imports",
            "specs": []
        },
        {
            "name": "strenum",
            "specs": []
        },
        {
            "name": "torcheval",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "danling"
}
        
Elapsed time: 0.22470s