Metadata-Version: 2.1
Name: pytorch-vision-utils
Version: 0.3.7
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

# PyTorch Vision Training and Data Visualization Package
[![PyPI version](https://badge.fury.io/py/pytorch-vision-utils.svg)](https://badge.fury.io/py/pytorch-vision-utils) [![Test Build Methods](https://github.com/nclgbd/PyTorch-Utilities/actions/workflows/run-all-tests.yml/badge.svg)](https://github.com/nclgbd/PyTorch-Utilities/actions/workflows/run-all-tests.yml) [![Publish Package](https://github.com/nclgbd/PyTorch-Utilities/actions/workflows/python-publish.yml/badge.svg)](https://github.com/nclgbd/PyTorch-Utilities/actions/workflows/python-publish.yml)

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 colleagues also find use with this, or extend off of it.

If you'd like to see what I plan on implementing and where things are currently, check [here](https://github.com/nclgbd/PyTorch-Utilities/projects/1).


## Necessary Files


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


