天天看点

python2.7安装torch0.4并实现yolo的pytorch2.7版本

python2.7安装torch0.4

安装Pytorch0.4.0需要填的坑!!!

sudo pip2 install torch==0.4.0 -f https://download.pytorch.org/whl/cu90/stable
           
python2.7安装torch0.4并实现yolo的pytorch2.7版本

安装最容易的一次了,而且还没有报错。

参考链接:

YOLOV3的pytorch实现