# [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/af/96/b0655bc4551bc01105725f637b9efe697a194594b624cadddd007e736f00/danling-0.3.12.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.12",
"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": "cc04dd990e4059b028b7031535c68b995377d6d42e7020b93617394125891504",
"md5": "d3152ec5c80a35e572398b243e93762b",
"sha256": "f39ee876618e0022f97a15d513b1e27f0e6dd542cecf81fe5ffc4716dcb9c2c9"
},
"downloads": -1,
"filename": "danling-0.3.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d3152ec5c80a35e572398b243e93762b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 87640,
"upload_time": "2024-10-31T10:29:56",
"upload_time_iso_8601": "2024-10-31T10:29:56.756824Z",
"url": "https://files.pythonhosted.org/packages/cc/04/dd990e4059b028b7031535c68b995377d6d42e7020b93617394125891504/danling-0.3.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "af96b0655bc4551bc01105725f637b9efe697a194594b624cadddd007e736f00",
"md5": "54fd7c6f44360bc2c196ccfb4649dad1",
"sha256": "754ec38be317c1234a9bf295b265d7f38761f2137f66ef7bdf6c2ee64d331948"
},
"downloads": -1,
"filename": "danling-0.3.12.tar.gz",
"has_sig": false,
"md5_digest": "54fd7c6f44360bc2c196ccfb4649dad1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 6414633,
"upload_time": "2024-10-31T10:29:58",
"upload_time_iso_8601": "2024-10-31T10:29:58.677631Z",
"url": "https://files.pythonhosted.org/packages/af/96/b0655bc4551bc01105725f637b9efe697a194594b624cadddd007e736f00/danling-0.3.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 10:29:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ZhiyuanChen",
"github_project": "DanLing",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "danling"
}