pengzhiliang / Conformer

Official code for Conformer: Local Features Coupling Global Representations for Visual Recognition
Apache License 2.0
546 stars 87 forks source link

ImportError: cannot import name 'container_abcs' #2

Closed eeric closed 3 years ago

eeric commented 3 years ago

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

pengzhiliang commented 3 years ago

Hi~: I haven't encountered this problem before. Maybe the version of pytorch is not suitable? Have you tried to run this project with pytorch version 1.7.1 or higher?

eeric commented 3 years ago

ok, installed timm-0.4.12 Successfully

pengzhiliang commented 3 years ago

OK.