通过conda安装TensorFlow

2024年11月14日 | 阅读1分钟

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

以下是下面给出的步骤

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

Installation of TensorFlow through conda

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

Installation of TensorFlow through conda

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

Installation of TensorFlow through conda

点击“下一步”。

Installation of TensorFlow through conda

点击“我同意”。

Installation of TensorFlow through conda

再次点击“下一步”。

Installation of TensorFlow through conda

再次点击“下一步”。

Installation of TensorFlow through conda

点击“安装”。

Installation of TensorFlow through conda

点击“下一步”。

Installation of TensorFlow through conda

点击“下一步”。

Installation of TensorFlow through conda

点击“下一步”。

Installation of TensorFlow through conda

点击“完成”后。

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

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


Installation of TensorFlow through conda
Installation of TensorFlow through conda

在这里,我们正在下载和安装TensorFlow中使用到的基本内容。

Installation of TensorFlow through conda

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

Installation of TensorFlow through conda

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


下一个主题TensorFlow的架构