datamllab / autovideo

AutoVideo: An Automated Video Action Recognition System
https://autoedge.ai/
MIT License
321 stars 36 forks source link

Does not work with latest torch #13

Open danieltanfh95 opened 1 year ago

danieltanfh95 commented 1 year ago

works with torch==1.9.0 , torchvision==0.10.0 because torchvision has deprecated Scale in favour of Resize but d3m does not support it yet, so need to downgrade to torchvision<0.12.0 for this repo to work.