What is the torchvision version compatible with torch 1.11.0a0+17540c5

the below message was appeared when executing the program on jetson tx2 with jetpack version 4.6.5:

"Couldn’t load custom C++ ops. This can happen if your PyTorch and "
RuntimeError: Couldn’t load custom C++ ops. This can happen if your PyTorch and torchvision versions are incompatible, or if you had errors while compiling torchvision from source. For further information on the compatible versions, check GitHub - pytorch/vision: Datasets, Transforms and Models specific to Computer Vision for the compatibility matrix. Please check your PyTorch version with torch.version and your torchvision version with torchvision.version and verify if they are compatible, and if not please reinstall torchvision so that it matches your PyTorch install

Hi,

Based on the list shared in the below topic:
Please install TorchVision 0.3.0.

Instructions
Installation

PyTorch v1.1 - torchvision v0.3.0

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.