1. Tensorflow与python的版本对应关系:
版本?? ?????????????????Python 版本?? ?最后版本发布时间 tensorflow-2.4.0?? ?3.6-3.8?? ?2020年12月 tensorflow-2.3.0?? ?3.5-3.8?? ?2020年7月 tensorflow-2.2.0?? ?3.5-3.8?? ?2020年5月 tensorflow-2.1.0?? ?3.5-3.7?? ?2020年1月 tensorflow-2.0.0?? ?3.5-3.7?? ?2019年10月 tensorflow-1.15.0?? ?3.5-3.7?? ?2019年10月 tensorflow-1.14.0?? ?3.5-3.7?? ?2019年6月 tensorflow-1.13.0?? ?3.5-3.7?? ?2019年2月 tensorflow-1.12.0?? ?3.5-3.6?? ?2018年11月 tensorflow-1.11.0?? ?3.5-3.6?? ?2018年9月 tensorflow-1.10.0?? ?3.5-3.6?? ?2018年8月 tensorflow-1.9.0?? ?3.5-3.6?? ?2018年7月 tensorflow-1.8.0?? ?3.5-3.6?? ?2018年4月 tensorflow-1.7.0?? ?3.5-3.6?? ?2018年3月 tensorflow-1.6.0?? ?3.5-3.6?? ?2018年3月 tensorflow-1.5.0?? ?3.5-3.6?? ?2018年1月 tensorflow-1.4.0?? ?3.5-3.6?? ?2017年11月 tensorflow-1.3.0?? ?3.5-3.6?? ?2017年8月 tensorflow-1.2.0?? ?3.5-3.6?? ?2017年6月 tensorflow-1.1.0?? ?3.5?? ?2017年4月 tensorflow-1.0.0?? ?3.5?? ?2017年2月
2. Tensorflow whl文件下载:
Tensorflow在使用中,常常需要指定版本。使用pip install从网上安装时常会timeout.所以需要下载whl文件。
tensorflow · PyPITensorFlow is an open source machine learning framework for everyone.https://pypi.org/project/tensorflow/2.3.0/#files
不同版本的tensorflow,替换中间的版本,2.3.0即可。
或者清华源
Links for tensorflow
3.?
?sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 3
4. 一个神奇的网站:
Python Code ExamplesSearch portal for python code exampleshttps://www.programcreek.com/python/
|