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