Commit 957f5145 authored by Shahriar's avatar Shahriar Committed by Francisco Massa
Browse files

Added c++ introduction in readme (#1098)

parent 0f91b8f5
...@@ -59,6 +59,20 @@ Torchvision currently supports the following image backends: ...@@ -59,6 +59,20 @@ Torchvision currently supports the following image backends:
.. _Pillow-SIMD : https://github.com/uploadcare/pillow-simd .. _Pillow-SIMD : https://github.com/uploadcare/pillow-simd
.. _accimage: https://github.com/pytorch/accimage .. _accimage: https://github.com/pytorch/accimage
C++ API
=============
TorchVision also offers a C++ API that contains C++ equivalent of python models.
Installation From source:
.. code:: bash
mkdir build
cd build
cmake ..
make
make install
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