pytracking
pytracking copied to clipboard
torch version
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.
@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.