tw


Nametw JSON
Version 3.16.0 PyPI version JSON
download
home_pagehttps://github.com/atranitell/TensorWrapper
SummaryTorchWrapper is a deep learning helper.
upload_time2023-10-09 07:35:58
maintainer
docs_urlNone
authorKai Jin
requires_python
licenseApache 2.0 Licence
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# TensorWrapper
TensorWrapper is a extension library for PyTorch framework. It aims to supplement a few of common components: newest optimizer, opeartors, utils, drawer, common structure and etc.

## Installation
```bash
# create conda environment - based python3.8
conda env create -f environment.yml
conda activate tw


# install torch version respect to cuda version
pip install -r requirements/cu116.txt

# pytorch 1.10 above require gcc 7.0 above version
conda install gxx_linux-64=7.5.0 gcc_linux-64=7.5.0
conda install -c anaconda cmake
make ops

python setup.py develop

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/atranitell/TensorWrapper",
    "name": "tw",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Kai Jin",
    "author_email": "atranitell@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b0/f0/8364a275f3a009a61d34107339d17faddb41bc8c5f30efaf38b66023ea38/tw-3.16.0.tar.gz",
    "platform": null,
    "description": "\n# TensorWrapper\nTensorWrapper is a extension library for PyTorch framework. It aims to supplement a few of common components: newest optimizer, opeartors, utils, drawer, common structure and etc.\n\n## Installation\n```bash\n# create conda environment - based python3.8\nconda env create -f environment.yml\nconda activate tw\n\n\n# install torch version respect to cuda version\npip install -r requirements/cu116.txt\n\n# pytorch 1.10 above require gcc 7.0 above version\nconda install gxx_linux-64=7.5.0 gcc_linux-64=7.5.0\nconda install -c anaconda cmake\nmake ops\n\npython setup.py develop\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0 Licence",
    "summary": "TorchWrapper is a deep learning helper.",
    "version": "3.16.0",
    "project_urls": {
        "Homepage": "https://github.com/atranitell/TensorWrapper"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0f08364a275f3a009a61d34107339d17faddb41bc8c5f30efaf38b66023ea38",
                "md5": "ce4f0b78037a4343716cc10b23cce033",
                "sha256": "56d2dfc4faa7fb84dbe3fc9191668a0819f09013df69089a1ba841b8251ecb15"
            },
            "downloads": -1,
            "filename": "tw-3.16.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce4f0b78037a4343716cc10b23cce033",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 435388,
            "upload_time": "2023-10-09T07:35:58",
            "upload_time_iso_8601": "2023-10-09T07:35:58.896866Z",
            "url": "https://files.pythonhosted.org/packages/b0/f0/8364a275f3a009a61d34107339d17faddb41bc8c5f30efaf38b66023ea38/tw-3.16.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-09 07:35:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "atranitell",
    "github_project": "TensorWrapper",
    "github_not_found": true,
    "lcname": "tw"
}
        
Elapsed time: 2.19039s