Commit 84896a6e authored by Will Price's avatar Will Price Committed by Francisco Massa
Browse files

Add downloads and docs badge to README (#702)

parent 21153802
...@@ -4,6 +4,12 @@ torchvision ...@@ -4,6 +4,12 @@ torchvision
.. image:: https://travis-ci.org/pytorch/vision.svg?branch=master .. image:: https://travis-ci.org/pytorch/vision.svg?branch=master
:target: https://travis-ci.org/pytorch/vision :target: https://travis-ci.org/pytorch/vision
.. image:: https://pepy.tech/badge/torchvision
:target: https://pepy.tech/project/torchvision
.. image:: https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Ftorchvision%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v
:target: https://pytorch.org/docs/stable/torchvision/index.html
The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision. The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.
Installation Installation
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment