corner icon indicating copy to clipboard operation
corner copied to clipboard

安装pytorch0.2.0_3失败

Open wuxiaolianggit opened this issue 4 years ago • 3 comments

安装pytorch0.2.0_3失败,有教程可以参考吗 @lvpengyuan @lvpengyuan

wuxiaolianggit avatar Jul 29 '19 09:07 wuxiaolianggit

the same problem with you

cmiforsaken avatar Oct 18 '19 08:10 cmiforsaken

+1 你们解决了这个问题嘛?

gzyangcs avatar Jun 05 '20 15:06 gzyangcs

安装pytorch0.2.0_3失败,有教程可以参考吗 @lvpengyuan @lvpengyuan

参考博客 pytorch 在ubuntu16.04 下安装 在其中下载了 torch-0.2.0.post3-cp27-cp27mu-manylinux1_x86_64.whl

conda create -n py2.7_pytorch0.2 python=2.7 -y
conda activate py2.7_pytorch0.2
pip install torch-0.2.0.post3-cp27-cp27mu-manylinux1_x86_64.whl
pip install torchvision==0.2.0
pip install opencv-python
pip install shapely
pip install cffi

git clone https://github.com/lvpengyuan/corner.git
cd rpsroi_pooling && python build.py

Jaren1907 avatar Jun 16 '20 12:06 Jaren1907