Closed
Description
A number of users report errors on the C++ operators when they update either PyTorch or torchvision, see for example #1916, with errors such as
RuntimeError: No such operator torchvision::nms
We should improve the error message and instead point out that their pytorch / torchvision versions are incompatible.
This will give a better user experience.