DMLP


NameDMLP JSON
Version 1.0.3 PyPI version JSON
download
home_page
SummaryDiffusion Model Learning Package
upload_time2024-03-15 02:26:48
maintainer
docs_urlNone
authorYunhaoLi, Jieqi Liu
requires_python
license
keywords python first package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DMLP
DMLP is a python library for training diffusion model
- **Website: https://yunhaoli12138.github.io/DMLP/** 
- **Documentation: https://yunhaoli12138.github.io/DMLP/docs/** 
- **Mailing list: yul080@ucsd.edu , jil146@ucsd.edu** 
- **Source code: https://github.com/YunhaoLi12138/DMLP** 
- **Contributing: [Yunhao Li](https://github.com/YunhaoLi12138), [Jieqi Liu](https://github.com/DDDyylan)** 
- **Bug reports: https://github.com/YunhaoLi12138/DMLP/issues** 

It provides:

- APIs for constructing and training/fine-tuning text diffusion model 
- Abstract classes for developing models in text diffusion

## Installation
```
pip install DMLP
```

## Tutorial
The detailed tutorial can be found on website: https://yunhaoli12138.github.io/DMLP/tutorial/

## Reference
Codes and model architecture referred from: https://github.com/guangyliu/AE_diffusion.git



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "DMLP",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,first package",
    "author": "YunhaoLi, Jieqi Liu",
    "author_email": "<youremail@email.com>",
    "download_url": "https://files.pythonhosted.org/packages/2b/a2/5d868a3ae6aa7ed35b9406da8a4a78f86b4a0661e37e1258f0abd826c0d5/DMLP-1.0.3.tar.gz",
    "platform": null,
    "description": "# DMLP\nDMLP is a python library for training diffusion model\n- **Website: https://yunhaoli12138.github.io/DMLP/** \n- **Documentation: https://yunhaoli12138.github.io/DMLP/docs/** \n- **Mailing list: yul080@ucsd.edu , jil146@ucsd.edu** \n- **Source code: https://github.com/YunhaoLi12138/DMLP** \n- **Contributing: [Yunhao Li](https://github.com/YunhaoLi12138), [Jieqi Liu](https://github.com/DDDyylan)** \n- **Bug reports: https://github.com/YunhaoLi12138/DMLP/issues** \n\nIt provides:\n\n- APIs for constructing and training/fine-tuning text diffusion model \n- Abstract classes for developing models in text diffusion\n\n## Installation\n```\npip install DMLP\n```\n\n## Tutorial\nThe detailed tutorial can be found on website: https://yunhaoli12138.github.io/DMLP/tutorial/\n\n## Reference\nCodes and model architecture referred from: https://github.com/guangyliu/AE_diffusion.git\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Diffusion Model Learning Package",
    "version": "1.0.3",
    "project_urls": null,
    "split_keywords": [
        "python",
        "first package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7901d95e53b81d6d0eeb7f82f70c774dbf948b96879ae6f75ecf7399eb04b5d",
                "md5": "2a98d5f1ace6a5bb2842c19bf36602be",
                "sha256": "a78aaae3d31389834686f97075d52bfe9f4fb1336761097e1b8c208624be3a46"
            },
            "downloads": -1,
            "filename": "DMLP-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a98d5f1ace6a5bb2842c19bf36602be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 21879,
            "upload_time": "2024-03-15T02:26:46",
            "upload_time_iso_8601": "2024-03-15T02:26:46.326825Z",
            "url": "https://files.pythonhosted.org/packages/a7/90/1d95e53b81d6d0eeb7f82f70c774dbf948b96879ae6f75ecf7399eb04b5d/DMLP-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ba25d868a3ae6aa7ed35b9406da8a4a78f86b4a0661e37e1258f0abd826c0d5",
                "md5": "baf9f41fa10f0a157f764432d8d8a1bb",
                "sha256": "f9102c8dae20db6f78c1ed7528a46acc100028648bf9bd7be0b74298aabcd316"
            },
            "downloads": -1,
            "filename": "DMLP-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "baf9f41fa10f0a157f764432d8d8a1bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18342,
            "upload_time": "2024-03-15T02:26:48",
            "upload_time_iso_8601": "2024-03-15T02:26:48.002951Z",
            "url": "https://files.pythonhosted.org/packages/2b/a2/5d868a3ae6aa7ed35b9406da8a4a78f86b4a0661e37e1258f0abd826c0d5/DMLP-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 02:26:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dmlp"
}
        
Elapsed time: 0.20015s