tensorflow-gpu 环境配置

依次在终端输入以下命令

conda create --name tensorflow2.3.1 python==3.8.3

conda activate tensorflow2.3.1

conda install cudatoolkit=10.1 cudnn=7.6.5

pip install tensorflow-gpu==2.3.1 seaborn pandas jupyter notebook -i

Simple Index

猜你喜欢

转载自blog.csdn.net/qq_40959462/article/details/126977700