abeardear / pytorch-YOLO-v1

an experiment for yolo-v1, including training and testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: cannot import name 'queue' from 'torch._six' (/home/liqi/.local/lib/python3.8/site-packages/torch/_six.py)

cxsweet opened this issue · comments

或许可以帮我解释一下这个问题吗

可能是python版本的问题吧,你换成python3.6试试,重新创建一个python3.6的环境,在里面配置pytorch

commented

how do you solve this question?

commented

how do you solve this question?

how do you solve this question?

create a new environment by "conda create -n environment_name python==3.6", you can try it.