赞
踩
创建python=3.7版本的环境,取名叫DiveIntoDL
conda create -n DiveIntoDL python=3.7
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
conda activate DiveIntoDL
conda deactivate
name就是上面起的DiveIntoDL
conda remove -n name--all
conda info --env
vim ~/.bashrc
添加激活环境
pycharm选用conda的环境,选用我们之前创建的环境。
pip install tensorflow-gpu==2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
测试一下
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。