Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
957f5145
Commit
957f5145
authored
Jul 06, 2019
by
Shahriar
Committed by
Francisco Massa
Jul 06, 2019
Browse files
Added c++ introduction in readme (#1098)
parent
0f91b8f5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
README.rst
README.rst
+14
-0
No files found.
README.rst
View file @
957f5145
...
...
@@ -59,6 +59,20 @@ Torchvision currently supports the following image backends:
.. _Pillow-SIMD : https://github.com/uploadcare/pillow-simd
.. _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
=============
You can find the API documentation on the pytorch website: http://pytorch.org/docs/master/torchvision/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment