TensorFlow安装【2018/12更新】+文档查询以及栏目配置(Windows)
欄目配置
這一part只是欄目配置而已
文章目錄
- 欄目配置
- 安裝
- TensorFlow官網
這里主要是為了獲取到那個圖片
簡單的爬蟲解決這個問題: >>> import requests >>> res = requests.get('https://tensorflow.google.cn/site-assets/images/landing-page/landing_icon-tf_devsummit-2018.jpg') >>> with open('tf.png', 'wb') as f: ... f.write(res.content) ... 14654
之后就可以上傳這個圖片了。
圖片所在地址就是,一開始進入到python的環境。
安裝
2018年12月更新:
python 版本: 目前只支持python3.6 和 python 3.5的64位。
直接pip安裝就好了,非常簡單。如果是想要安裝GPU版本的,也非常簡單。
下面的文檔甚至還是中文版的。
https://tensorflow.google.cn/install/
發現其實,按照官網的方法來安裝,是確實可以安裝,但是,確實是太慢
了。
使用下清華的鏡像會好很多
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ --upgrade tensorflow發現直接這么安裝會出現找不到DLL的bug
需要再執行下面的命令
雖然執行后會報錯,但是運行的結果卻是對的(希望TensorFlow會再更新修復下這個bug吧)
C:\Users\79336>pip install protobuf==3.6.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/ Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ Collecting protobuf==3.6.0Downloading https://pypi.tuna.tsinghua.edu.cn/packages/75/7a/0dba607e50b97f6a89fa3f96e23bf56922fa59d748238b30507bfe361bbc/protobuf-3.6.0-cp36-cp36m-win_amd64.whl (1.1MB)100% |████████████████████████████████| 1.1MB 6.6MB/s Requirement already satisfied: setuptools in c:\python\lib\site-packages (from protobuf==3.6.0) (28.8.0) Requirement already satisfied: six>=1.9 in c:\python\lib\site-packages (from protobuf==3.6.0) (1.11.0) tensorflow 1.12.0 has requirement protobuf>=3.6.1, but you'll have protobuf 3.6.0 which is incompatible. Installing collected packages: protobufFound existing installation: protobuf 3.6.1Uninstalling protobuf-3.6.1:Successfully uninstalled protobuf-3.6.1 Successfully installed protobuf-3.6.0下面這個網站還有很多其他鏡像,如果上面的不行的話,可以去下面的網站中找找其他鏡像。
https://blog.csdn.net/jorg_zhao/article/details/80075293
TensorFlow官網
目前的話,由于網站換了,所以一開始的
http://tensorflow.org 是上不去的
新網址,當然就是;
https://tensorflow.google.cn/
https://www.tensorflow.org/
http://www.tensorfly.cn/ 中文社區
總結
以上是生活随笔為你收集整理的TensorFlow安装【2018/12更新】+文档查询以及栏目配置(Windows)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: sklearn学习(二)
- 下一篇: 【QuantOS】jaqs实例代码(可以