gao_shuang1 2019-06-14 12:22 采纳率: 100%
浏览 12222
已采纳

打开tensorboard时出现错误:module 'tensorflow' has no attribute 'estimator'

在用cmd打开tensorboard时出现以下错误:AttributeError: module 'tensorflow' has no attribute 'estimator'请问是怎么回事?问题如下:
图片说明

尝试了多种方法都不管用,例如重新安装tensorflow,tensorboard。

  • 写回答

2条回答 默认 最新

  • 予微胡不归 2019-10-15 14:40
    关注

    你的tensorFlow和tensorboard的版本不匹配,所以才会报错,可以尝试一下2.0.0版本的tensorboard加上1.14.0版本的tensorFlow

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?