pytorch-YOLO-v1
pytorch-YOLO-v1 copied to clipboard
ImportError: cannot import name 'queue' from 'torch._six' (/home/liqi/.local/lib/python3.8/site-packages/torch/_six.py)
或许可以帮我解释一下这个问题吗
可能是python版本的问题吧,你换成python3.6试试,重新创建一个python3.6的环境,在里面配置pytorch
how do you solve this question?
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.