码迷,mamicode.com
首页 > 其他好文 > 详细

'Tensorboard.util' has no attribute 'Retrier'

时间:2019-04-20 22:59:45      阅读:544      评论:0      收藏:0      [点我收藏+]

标签:bar   use   rom   tensor   pip   example   cond   ons   bsp   

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'

标签:bar   use   rom   tensor   pip   example   cond   ons   bsp   

原文地址:https://www.cnblogs.com/hazarapet/p/10743131.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!