华为云环境配置tf

tf安装指定版本

conda create --name tf2 python=3.8      # “tf2”是你建立的conda虚拟环境的名字
conda activate tf2                      # 进入名为“tf2”的conda虚拟环境
pip install tensorflow-gpu==2.5
pip install scikit-learn

你可能感兴趣的:(环境配置,tensorflow,python,深度学习)