1、新建conda环境(有则跳过) conda create -n py36 python=3.6 && source activate py36. 2、安装pytorch conda install pytorch torchvision -c pytorch.
確定! 回上一頁