Metadata-Version: 2.1
Name: tu4c
Version: 0.0.0
Summary: torch utils for city945
Home-page: https://github.com/city945
Author: city945
Author-email: city945@njust.edu.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# city945 的 Pytorch 工具包

![PyPI - Version](https://img.shields.io/pypi/v/tu4c)
![PyPI - Downloads](https://img.shields.io/pypi/dm/tu4c)

### 安装

```bash
# pip 安装
pip install tu4c

# 打包上传 pypi
pip install setuptools wheel twine
python3 setup.py sdist bdist_wheel
twine upload dist/*
pip install tu4c -i https://pypi.org/simple
```

### 许可证

本代码采用 [GPL-3.0](LICENSE) 许可发布，这意味着你可以自由复制和分发软件，无论个人使用还是商业用途，但修改后的源码不可闭源且必须以相同的许可证发布
