Metadata-Version: 2.1
Name: pytorch-pytorchvision-utils
Version: 0.1.0
Summary: A simple PyTorch utility library.
Home-page: https://github.com/YuMingCorn/torch-utils
Author: yumingchang
Author-email: yumingchang9527@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=1.9.0

# Torch Utils

A simple utility library for PyTorch.

## Installation
```bash
pip install torch-utils
