aiei


Nameaiei JSON
Version 1.0.7 PyPI version JSON
download
home_page
SummaryA tiny framework for AI.
upload_time2023-09-13 08:25:47
maintainer
docs_urlNone
authorLei Zhao
requires_python>=3.6.0
licenseApache
keywords deep learning pytorch ai ei
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### Install AIEI

Version is recommended, not required

- python>=3.6
- torch>=1.6.0 (pytorch amp & tensorboard), torchvision

1. install locally: `pip install -v -e .`. With building ops: `AIEI=0 pip install -v -e .`

2. change variable: `base_config.py -> TORCH_MODEL_HOME, config.py -> data_path`


### TODO
- merge multi-scale_pad and get_scale_pad
- add user define path_ckpt
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aiei",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6.0",
    "maintainer_email": "",
    "keywords": "deep learning,pytorch,AI,EI",
    "author": "Lei Zhao",
    "author_email": "zlchn@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/6f/6c/0319022f96cfd9d26242d92effc26a866e73e09e64b7ec4577c6e0a4406d/aiei-1.0.7.tar.gz",
    "platform": null,
    "description": "### Install AIEI\n\nVersion is recommended, not required\n\n- python>=3.6\n- torch>=1.6.0 (pytorch amp & tensorboard), torchvision\n\n1. install locally: `pip install -v -e .`. With building ops: `AIEI=0 pip install -v -e .`\n\n2. change variable: `base_config.py -> TORCH_MODEL_HOME, config.py -> data_path`\n\n\n### TODO\n- merge multi-scale_pad and get_scale_pad\n- add user define path_ckpt",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "A tiny framework for AI.",
    "version": "1.0.7",
    "project_urls": {
        "github": "https://github.com/"
    },
    "split_keywords": [
        "deep learning",
        "pytorch",
        "ai",
        "ei"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f6c0319022f96cfd9d26242d92effc26a866e73e09e64b7ec4577c6e0a4406d",
                "md5": "90175d7ee516ab0f5b8c33d20864c906",
                "sha256": "2fc91dfd72663c22a0195e98e978efb6e6be3ac702d97ecf0c8f3abe74867e9d"
            },
            "downloads": -1,
            "filename": "aiei-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "90175d7ee516ab0f5b8c33d20864c906",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6.0",
            "size": 99303,
            "upload_time": "2023-09-13T08:25:47",
            "upload_time_iso_8601": "2023-09-13T08:25:47.298281Z",
            "url": "https://files.pythonhosted.org/packages/6f/6c/0319022f96cfd9d26242d92effc26a866e73e09e64b7ec4577c6e0a4406d/aiei-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 08:25:47",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "aiei"
}
        
Elapsed time: 0.10823s