You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ compiling torchvision is too troublesome. After debugging for 3 days, I haven't found the problem. Since libtorch can solve the C++ installation problem of torch, why does torchvison not provide an interface such as libtorchvison and package compiled code?
Motivation, pitch
C++ compiling torchvision is too troublesome. After debugging for 3 days, I haven't found the problem. Since libtorch can solve the C++ installation problem of torch, why does torchvison not provide an interface such as libtorchvison and package compiled code?
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hmm can you elaborate the trouble?
Maybe this example can help you.
To install torchvision from source please clone the repo and run python setup.py develop
As @oke-aditya suggested, it would be nice to have a bit more details on what the problem is, with the steps you followed / the error message you're getting, etc.
It's not clear to me yet whether you're just trying to compile torchvision from source, or if you are trying to use torchvision from within C++. If that's the latter, please note that we have recently changed the way people are supposed to use the C++ API, so any previous workflow that you may have will be outdated (#4375).
If the instructions we already have in place are unclear, please let us know so we can update accordingly. Thanks!
🚀 The feature
C++ compiling torchvision is too troublesome. After debugging for 3 days, I haven't found the problem. Since libtorch can solve the C++ installation problem of torch, why does torchvison not provide an interface such as libtorchvison and package compiled code?
Motivation, pitch
C++ compiling torchvision is too troublesome. After debugging for 3 days, I haven't found the problem. Since libtorch can solve the C++ installation problem of torch, why does torchvison not provide an interface such as libtorchvison and package compiled code?
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: