小伙伴们大家好,不知道大家有没有被tensorflow框架困扰过
今天我就给大家整理一下tensorflow和keras、python版本的对应关系
大家这些都可以在官网找到,下面我把官网的连接给大家放在这里:
在 Windows 环境中从源代码构建 | TensorFlow (google.cn)
但是为了方便大家,我给大家列在下面啦!!!
下面这个是我给大家总结的(也是为我自己整理的,嘿嘿~~~)(然后后面我也把官网上CPU和GPU的也放上面了,希望可以帮助到大家)
Tensorflow常用的版本 | 对应的Python版本 | 对应的Keras版本 |
TensorFlow 2.9 | 3.7.-3.10. | TensorFlow 2.9.0 + Keras |
TensorFlow 2.8 | 3.7.-3.10. | TensorFlow 2.8.0 + Keras |
TensorFlow 2.7 | 3.7.-3.9. | TensorFlow 2.7.0 + Keras |
TensorFlow 2.6 | 3.6.-3.9. | TensorFlow 2.6.0 + Keras 2.6.0 |
TensorFlow 2.5 | 3.6.-3.9. | TensorFlow 2.5.0 + Keras 2.5 |
TensorFlow 2.4 | 3.6.-3.8. | TensorFlow 2.4.0 + Keras 2.4.3 |
TensorFlow 2.3 | 3.5.-3.8. | TensorFlow 2.3.0 + Keras 2.4.3 |
TensorFlow 2.2 | 3.7. | TensorFlow 2.2.0 + Keras 2.3.1 |
TensorFlow 2.1 | 3.6. | TensorFlow 2.1.0 + Keras 2.3.1 |
TensorFlow 2.0 | 3.6. | TensorFlow 2.0.0 + Keras 2.3.1 |
TensorFlow 1.5 | 3.6. | TensorFlow 1.15.0 + Keras 2.3.1 |
TensorFlow 1.14 | 3.6. | TensorFlow 1.14.0 + Keras 2.2.5 |
TensorFlow 1.13 | 3.6. | TensorFlow 1.13.0 + Keras 2.2.4 |
TensorFlow 1.12 | 3.6. | TensorFlow 1.12.0 + Keras 2.2.4 |
TensorFlow 1.11 | 3.6. | TensorFlow 1.11.0 + Keras 2.2.4 |
TensorFlow 1.10 | 3.6. | TensorFlow 1.10.0 + Keras 2.2.0 |