jeonsworld / ViT-pytorch

Pytorch reimplementation of the Vision Transformer (An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale)
MIT License
1.94k stars 370 forks source link

Train.py says apex is not installed but apex isn't in the requirements.txt file #22

Closed fractaldna22 closed 3 years ago

fractaldna22 commented 3 years ago

^

jinchengZh commented 3 years ago

Apex is the accelerated training package and you can train without it. I blocked it, and I got the same result.