'Tensorboard.util' has no attribute 'Retrier'

Posted hazarapet

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了'Tensorboard.util' has no attribute 'Retrier'相关的知识,希望对你有一定的参考价值。

Here is a popular issue when you want to use tensorbard with your upgraded tensorflow and tensorboard. In general you will get this issue, when you have mismatch of your tensorflow and tensorboard versions, for example you upgrade tensorflow to 1.13, but not tensorboard, you will get an error like this "Module ‘tensorboard.util‘ has no attribute ‘Retrier‘". To solve this issue just do the following steps, which helped me.

  1. pip uninstall tensorflow
  2. pip uninstall tensorboard 
  3. Make sure they are removed completely from all sources
  4. clean the caches (pip or conda)
  5. Reinstall tensorflow and tensorboard again (the version you prefer)

Here is some discussions

github: https://github.com/tensorflow/tensorboard/issues/1724

aipool: https://ai-pool.com/d/module__tensorboard_util__has_no_attribute__retrier_

以上是关于'Tensorboard.util' has no attribute 'Retrier'的主要内容,如果未能解决你的问题,请参考以下文章

过滤'and','or' ''' '*' '=' ‘select’下的注入

echarts合并地图,把中国各个省份分成'华北','东北','华东','华中','华南','西南',&

ajax返回一个Map类型数据'a':'1','b':'2','c':'3'怎么取值?

python爬取百度翻译返回:{'error': 997, 'from': 'zh', 'to': 'en', '

XP系统中的''netstat''命令中无法查看到使用UDP协议的端口的''state''信息、''state'

牛顿的介绍