0
点赞
收藏
分享

微信扫一扫

tensorflow版本差异总结

tf版本

变化

2.16

cuda12+、python3.9+、keras3、删除tf.estimator

2.15

cuda12+、python3.9+、keras2

2.14

cuda11+、python3.9+、keras2、pip install tensorflow[and-cuda]

2.13

cuda11+、python3.8+、keras2、F1score&Mesh&Lion&CosinDecay

2.12

cuda11+、python3.8+、keras2、tf.keras.utils.FeatureSpace

2.11

cuda11+、python3.8+、keras2、支持WSL2,不支持原生windows

2.10

cuda11+、python3.8+、keras2、支持原生windows

# linux conda
conda install cudatoolkit=11.8.0 cudnn=8.9.7.29 tensorflow=2.14.0

 

举报

相关推荐

0 条评论