Unverified Commit a8071d5c authored by Alykhan Tejani's avatar Alykhan Tejani Committed by GitHub
Browse files

Add image backends to the README (#381)

Closes #309
parent 005bc473
...@@ -27,6 +27,21 @@ From source: ...@@ -27,6 +27,21 @@ From source:
python setup.py install python setup.py install
Image Backend
=============
Torchvision currently supports the following image backends:
* `Pillow`_ (default)
* `Pillow-SIMD`_ - a **much faster** drop-in replacement for Pillow with SIMD. If installed will be used as the default.
* `accimage`_ - if installed can be activated by calling :code:`torchvision.set_image_backend('accimage')`
.. _Pillow : https://python-pillow.org/
.. _Pillow-SIMD : https://github.com/uploadcare/pillow-simd
.. _accimage: https://github.com/pytorch/accimage
Documentation Documentation
============= =============
You can find the API documentation on the pytorch website: http://pytorch.org/docs/master/torchvision/ You can find the API documentation on the pytorch website: http://pytorch.org/docs/master/torchvision/
......
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