问题:
导入tensorflow_hub报ModuleNotFoundError: No module named ‘tensorflow.python.checkpoint’

解决:
tensorflow-estimator版本不对 和tensorflow(2.6.0)版本一致 。

pip install -U tensorflow-estimator==2.6.0

验证:

深耕网站建设、视觉设计与SEO优化的一线实战洞察。
问题:
导入tensorflow_hub报ModuleNotFoundError: No module named ‘tensorflow.python.checkpoint’

解决:
tensorflow-estimator版本不对 和tensorflow(2.6.0)版本一致 。

pip install -U tensorflow-estimator==2.6.0

验证:
