Metadata-Version: 2.1
Name: tw
Version: 3.12.1
Summary: TorchWrapper is a deep learning helper.
Home-page: https://github.com/atranitell/TensorWrapper
Author: Kai Jin
Author-email: atranitell@gmail.com
License: Apache 2.0 Licence
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown


# 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
make ops2d

python setup.py develop

```


