tensorflow安装

tensorflow安装

Posted by 粘世强 on March 15, 2018
  1. 在安装tensorflow之前,要先安装anaconda。

  2. windows上安装tensorflow。https://www.tensorflow.org/install/install_windows

    在command中,安装CPU版本。命令:pip install tensorflow。

  3. 更新tensorflow: 先卸载掉,再重新安装。两条命令:

    pip uninstall tensorflow

    pip install tensorflow

  4. anaconda中有tensorflow的包,但不是官方支持,因此尽量用pip安装。windows系统中需要python3.5或者python3.6.版本