Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

The tensorflow python module - part 001.

$
0
0

TensorFlow is an open source software library for numerical computation using data flow graphs.

I used Fedora 25 distro and python version 2.7.

The base of this installation was the official website .

Fist step of the installation was the base python module: tensorflow .

[root@localhost build]# pip install tensorflow Collecting tensorflow Downloading tensorflow-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl (44.1MB) 100% |%

Viewing all articles
Browse latest Browse all 9596

Trending Articles