Home > Backend Development > Python Tutorial > Artificial Intelligence - TensorFlow environment configuration

Artificial Intelligence - TensorFlow environment configuration

PHP中文网
Release: 2017-06-29 09:06:52
Original
1362 people have browsed it

1. Install pip: sudo apt-get install python-pip python-dev

2. Define the TensorFlow installation package address in the python2.7 environment that only supports CPU: export TF_BINARY_URL=

3. Install TensorFlow through PIP: sudo pip install --upgrade $TF_BINARY_URL

The above is the detailed content of Artificial Intelligence - TensorFlow environment configuration. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template