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
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: Nosuchoperatortorchvision::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.