yitu-opensource / T2T-ViT

ICCV2021, Tokens-to-Token ViT: Training Vision Transformers from Scratch on ImageNet
Other
1.15k stars 176 forks source link

Local variable 'input' referenced before assignment #34

Closed laohanlin closed 3 years ago

laohanlin commented 3 years ago

I want to run your code. But no matter how I modify it, timm keeps telling me local variable 'input' referenced before assignment. As is shown in the picture: image

yuanli2333 commented 3 years ago

What's the timm version you used? Please installl timm 3.4.0 by: pip install timm==0.3.4