pytorch

来源:互联网 发布:淘宝网整体框架 编辑:程序博客网 时间:2024/06/09 23:59

一、 ubuntu python2.7 cuda8.0 安装 pytorch

  1. 登陆 http://pytorch.org/ ,选择 pip python2.7 cuda8.0
pip install http://download.pytorch.org/whl/cu80/torch-0.2.0.post3-cp27-cp27mu-manylinux1_x86_64.whl pip install torchvision if the above command does not work, then you have python 2.7 UCS2, use this command pip install http://download.pytorch.org/whl/cu80/torch-0.2.0.post3-cp27-cp27m-manylinux1_x86_64.whl 
  1. PyTorch binding for WarpCTC
原创粉丝点击