Tensorflow开发环境搭建
本地开发环境Pycharm搭建 1. 安装完Anaconda之后,打开 Anaconda Prompt 2. 在打开的面板中依次输入 conda create --name tf2.0.0rc1 python=3.7 回车 conda activate tf2.0.0rc1 回车 //pip install tensorflow==2.0.0rc1 (上面的太慢,使用清华的源来加速安装 pip install tensorflow==2.0.0rc1 -i https://pypi.tuna.tsinghua.edu.cn/simple) 3. 安装Pycharm社区版 Pycharm
下载地址
用户评论