File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -65,17 +65,6 @@ Torchvision currently supports the following image backends:
6565
6666Read more in in our [ docs] ( https://pytorch.org/vision/stable/transforms.html ) .
6767
68- # Using the models on C++
69-
70- Refer to [ example/cpp] ( https://github.com/pytorch/vision/tree/main/examples/cpp ) .
71-
72- ** DISCLAIMER** : the ` libtorchvision ` library includes the torchvision
73- custom ops as well as most of the C++ torchvision APIs. Those APIs do not come
74- with any backward-compatibility guarantees and may change from one version to
75- the next. Only the Python APIs are stable and with backward-compatibility
76- guarantees. So, if you need stability within a C++ environment, your best bet is
77- to export the Python APIs via torchscript.
78-
7968## Documentation
8069
8170You can find the API documentation on the pytorch website: < https://pytorch.org/vision/stable/index.html >
You can’t perform that action at this time.
0 commit comments