- Hands-On Deep Learning Architectures with Python
- Yuxi (Hayden) Liu Saransh Mehta
- 170字
- 2021-06-24 14:48:13
Installing TensorFlow CPU
We mentioned earlier that TensorFlow is not currently stable with Python 3.7. Therefore, we will use Conda to install TensorFlow rather than using pip. Conda deals with it in a unique way. As soon as you issue the following command to install TensorFlow, Conda also downloads and installs the other required packages. It also restores Python to the version with which TensorFlow is known to be stable, say Python 3.6.8! Type the following commands into the Terminal window (except the mentioned comments) to install TensorFlow CPU:
# go to the deep_learning directory
cd deep_learning
# activate the environment
conda activate test_env
# install TensorFlow CPU
conda install tensorflow
After the installation, you can run Python to check whether Conda has restored the version or not.
The commands mentioned are as per the time of publishing this book. You must know that the libraries and repositories keep on changing. In case the commands don't work properly, it is advised to check for the latest updates from the source.
推薦閱讀
- 高效能辦公必修課:Word圖文處理
- 課課通計算機原理
- Machine Learning for Cybersecurity Cookbook
- 西門子PLC與InTouch綜合應用
- R Machine Learning By Example
- 最簡數據挖掘
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- 人工智能實踐錄
- 單片機C語言程序設計完全自學手冊
- Hands-On Dashboard Development with QlikView
- HBase Essentials
- 運動控制系統
- PowerPoint 2003中文演示文稿5日通
- Hands-On Data Analysis with NumPy and pandas
- OpenGL Development Cookbook