Metadata-Version: 2.1
Name: pytorch_vision_utils
Version: 0.3.1
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
Description: ## Personal PyTorch Training and Data Visualization Package
        [![PyPI version](https://badge.fury.io/py/pytorch-vision-utils.svg)](https://badge.fury.io/py/pytorch-vision-utils)
        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
        ```
        
        ## Note: Currently a work in progress
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
