当前位置: 代码迷 >> 综合 >> anaconda3-自用
  详细解决方案

anaconda3-自用

热度:46   发布时间:2024-03-08 03:01:31.0

anaconda3-自用

创建虚拟环境:tensorflow-1

      conda create -n tensorflow-1 python=3.6

To activate this environment, use

      conda activate tensorflow-1

如果忘记了名称我们可以先用

     conda env list

激活后安装:

     pip install tensorflow-gpu==1.5.0

     conda install jupyter

CUDA介绍

CUDA

修改jupyter notebook文件的保存位置