📌  相关文章
📜  importerror 无法从“tensorflow python eager”导入名称“monitoring” - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:46.201000             🧑  作者: Mango

代码示例1
pip uninstall tensorflow-estimator # this works for me
# provided you're running tensorflow 1.15.0
pip install tensorflow-estimator==1.15.1 --no-dependencies # trust me, it does!