蟒蛇使用教程
Posted twodoge
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了蟒蛇使用教程相关的知识,希望对你有一定的参考价值。
在Anaconda Prompt中利用Anaconda创建一个python3.6的环境,环境名称为tf
conda create -n tf python=3.6
在Anaconda Prompt中启动tf环境
activate tf
关闭环境:
deactivate tf
安装Tensorflow
pip install tensorflow-gpu
activate tf
activate tf
activate tf
activate tf
以上是关于蟒蛇使用教程的主要内容,如果未能解决你的问题,请参考以下文章