关键词

Keras 安装 TensorFlow

Python 3.5 TensorFlow Keras安装步骤

安装Python 3.5

  • 下载Python 3.5:请访问Python官网,选择Python 3.5,下载安装文件。
  • 安装Python 3.5:双击下载的安装文件,按照提示安装Python 3.5。

安装TensorFlow

  • 检查Python版本:在命令行中输入

    python --version

    检查当前Python版本是否为3.5。

  • 安装TensorFlow:输入

    pip install tensorflow

    安装TensorFlow。

安装Keras

  • 检查TensorFlow版本:在命令行中输入

    tensorflow --version

    检查当前TensorFlow版本。

  • 安装Keras:输入

    pip install keras

    安装Keras。


本文链接:http://task.lmcjl.com/news/1888.html

展开阅读全文