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
What's the highest version of torch supported? I run on torch=1.11 maybe 1.10. Some operators in torch have changed so that the code cannot run normally.
The text was updated successfully, but these errors were encountered:
@ChenJian7578 Hi, I think the torch=2.0.0 and the higher ones aren't supported because of PreciseRoIPooling. The highest version which could be used is v1.13.1. I myself use v.1.13.0 to run pytracking.
@joshuasv
I have upgraded my torch and torchvision too and I do not work with this repo anymore, but I think for torchvision>0.13.0 the model_urls is gone.
You should downgrade it.
What's the highest version of torch supported? I run on torch=1.11 maybe 1.10. Some operators in torch have changed so that the code cannot run normally.
The text was updated successfully, but these errors were encountered: