hustvl / YOLOS

[NeurIPS 2021] You Only Look at One Sequence

Home Page:https://arxiv.org/abs/2106.00666

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

EiboeX opened this issue · comments

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
huggingface/pytorch-image-models@94ca140#diff-c7abf83bc43184f6101237b08d7c489c361f3d57b3538d633f6f01d35254b73c
thanks for your code