keras2.9.0对应的TensorFlow 版本
时间: 2024-01-03 20:04:52 浏览: 234
keras-spp 升级至tensorflow-gpu-2.3版本
Keras 2.9.0 兼容的 TensorFlow 版本为 1.13.1 至 1.15.0,以及 2.0.0 至 2.2.4。如果你使用的是 TensorFlow 2.0 以上的版本,建议使用 TensorFlow 的官方高层次 API tf.keras,它已经包含在 TensorFlow 中。如果你使用的是 TensorFlow 1.x 版本,你可以通过以下命令安装 Keras 2.9.0:
```
pip install keras==2.9.0
```
请注意,Keras 2.9.0 已经停止更新,建议使用最新版本的 Keras(例如2.7.0)或使用 TensorFlow 的官方高层次 API tf.keras。
阅读全文