个性化阅读
专注于IT技术分析

conda安装TensorFlow详细步骤示例图解

点击下载

在之前的TensorFlow教程中, 我们学习了如何通过pip安装TensorFlow。在本教程中, 我们了解了如何通过Conda安装TensorFlow。在这里, 我们需要anaconda Navigator来设置平台。

这些是以下步骤:

首先, 我们必须打开Anaconda的官方站点, 并从以下链接下载Anaconda:https://www.anaconda.com/distribution/

通过conda安装TensorFlow

之后, 我们必须从突出显示的Python 2.7版本下面下载Anaconda。

通过conda安装TensorFlow

它将成功下载到我们的系统中。之后, 我们必须在系统中安装Anaconda。

通过conda安装TensorFlow

点击”下一步”。

通过conda安装TensorFlow

点击”我同意”。

通过conda安装TensorFlow

再次单击”下一步”。

通过conda安装TensorFlow

再次单击”下一步”。

通过conda安装TensorFlow

点击”安装”。

通过conda安装TensorFlow

点击”下一步”。

通过conda安装TensorFlow

点击”下一步”。

通过conda安装TensorFlow

点击”下一步”。

通过conda安装TensorFlow

点击”完成”。

它将成功安装在我们的系统中。

之后, 我们必须运行给定的命令来设置TensorFlow和库。

Conda create -n tensorflow pip python.
通过conda安装TensorFlow
通过conda安装TensorFlow

在这里, 我们正在下载并安装TensorFlow中使用的必不可少的东西。

通过conda安装TensorFlow

之后, 我们必须检查TensorFlow在我们的系统中是否正常工作。

通过conda安装TensorFlow

因此, 根据以上屏幕截图, TensorFlow在我们的系统中成功运行。


赞(0)
未经允许不得转载:srcmini » conda安装TensorFlow详细步骤示例图解

评论 抢沙发

评论前必须登录!