'Tensorboard.util' has no attribute 'Retrier' - 'Tensorboard.util'沒有屬性...

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.git

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

Here is some discussionsgithub

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

Aipool:  https://ai-pool.com/d/module__tensorboard_util__has_no_attribute__retrier_spa

相關文章
相關標籤/搜索