Metadata-Version: 1.0
Name: torchvision
Version: 0.2.0
Summary: image and video datasets and models for torch deep learning
Home-page: https://github.com/pytorch/vision
Author: PyTorch Core Team
Author-email: soumith@pytorch.org
License: BSD
Description-Content-Type: UNKNOWN
Description: torch-vision
        ============
        
        .. image:: https://travis-ci.org/pytorch/vision.svg?branch=master
            :target: https://travis-ci.org/pytorch/vision
        
        The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.
        
        Installation
        ============
        
        Anaconda:
        
        .. code:: bash
        
            conda install torchvision -c soumith
        
        pip:
        
        .. code:: bash
        
            pip install torchvision
        
        From source:
        
        .. code:: bash
        
            python setup.py install
        
        Documentation
        =============
        You can find the API doucmentation on the pytorch website: http://pytorch.org/docs/master/torchvision/
        
        Contributing
        ============
        We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.
        
Platform: UNKNOWN
