Metadata-Version: 2.1
Name: pytorch_vision_utils
Version: 0.3.0
Summary: PyTorch training and data visualization utilities
Home-page: https://github.com/nclgbd/PyTorch-Utilities
Author: Nicole Gu
Author-email: nicoleguob@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Personal PyTorch Training and Data Visualization Package

This package is an abstraction of some common things functions I use when using PyTorch. Rather than constantly having to copy over a file for each project, just creating a package that can be installed with `pip` could be beneficial.

Hopefully in the future I can have collegues also find use with this, or extend off of it.

## Setup
Just use pip:
```bash
pip install pytorch_vision_utils
```

