//--------------------------------------
conda create -n pytorch_gpu python=3.7
conda activate pytorch_gpu
conda install pandasconda install jupyter notebook......
conda install pytorch torchvision cudatoolkit=10.1
//-------------------------------------
利用conda安装指定版本的tensorflow
conda install --channel https://conda.anaconda.org/anaconda tensorflow=1.6.0
conda install pytorch torchvision cudatoolkit=10.1 -c pytorchconda install --channel https://conda.anaconda.org/anaconda tensorflow=1.8.0//------------------------------------------------------conda install --channel https://conda.anaconda.org/jjh_cio_testing tensorflow-gpu
conda配置安装pytorch tensorflow-gpu