hustvl / YOLOS

[NeurIPS 2021] You Only Look at One Sequence
https://arxiv.org/abs/2106.00666
MIT License
827 stars 118 forks source link

ImportError: cannot import name 'container_abcs' from 'torch._six' #7

Open EiboeX opened 3 years ago

EiboeX commented 3 years ago

models\layers\helper.py, line 6, import error in my env: torch 1.9.0+cu111 torch-tb-profiler 0.2.0 torchaudio 0.9.0 torchvision 0.10.0+cu111 error msg like: from torch._six import container_abcs ImportError: cannot import name 'container_abcs' from 'torch._six' (C:\python39\lib\site-packages\torch_six.py)

this link fix it https://github.com/rwightman/pytorch-image-models/commit/94ca140b67cb602ee7e146af32bfb63b60df96f4#diff-c7abf83bc43184f6101237b08d7c489c361f3d57b3538d633f6f01d35254b73c thanks for your code