pytracking icon indicating copy to clipboard operation
pytracking copied to clipboard

torch version

Open ChenJian7578 opened this issue 1 year ago • 1 comments

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 avatar Jun 15 '23 15:06 ChenJian7578

@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.

setarekhosravi avatar Dec 04 '23 12:12 setarekhosravi