使用TensorBoard,查看默认图的可视化,输入以下命令,报错
input:

 tensorboard --logdir="./tmp/summary"
ValueError: Not a TBLoader or TBPlugin subclass: <class 'tensorboard_plugin_wit.wit_plugin_loader.WhatIfToolPluginLoader'>

解决方案

进入Anaconda prompt ,激活tensorflow
可以先conda list,看看安装包
或直接

pip uninstall tensorboard-plugin-wit


然后,再执行

 tensorboard --logdir="./tmp/summary"

成功

解释为什么卸载就成功?

首先需要明确的是,我安装的tensorflow版本是1.14,tensorBoard version == 1.14
而tensorBoard-plugin-wit 仅兼容TensorBoard Version>=2.2以后,所以直接卸载就好。

附上找的解释:

tensorboard-plugin-wit package is only compatible with TensorBoard 2.2 and later. It wasn't added to the requirements.txt for TensorBoard until that version. Before that, WIT was included in TensorBoard as a static built-in plugin, with no need for the pip installation of tensorboard-plugin-wit.

成功解决 ValueError: Not a TBLoader or TBPlugin subclass: <class ‘tensorboard_plugin_wit.wit_plugin_load相关推荐

  1. ValueError: Not a TBLoader or TBPlugin subclass: <class ‘tensorboard_plugin_wit.wit_plugin_loader

    问题描述 使用tensorboard可视化 tensorboard --logdir=./xxxx 报错如下: raceback (most recent call last):File " ...

  2. ValueError: Not a TBLoader or TBPlugin subclass: <class ‘tensorboard_plugin_wit.wit_plugin_loader.

    使用Tensorboard报错: 解决办法: pip uninstall tensorboard-plugin-wit 成功解决: 参考博客:https://blog.csdn.net/weixin_ ...

  3. 成功解决ValueError: Data is not binary and pos_label is not specified

    成功解决ValueError: Data is not binary and pos_label is not specified 目录 解决问题 解决思路 解决方法 解决问题 raise Value ...

  4. 成功解决ValueError: DataFrame.dtypes for data must be int, float or bool.Did not expect the data types

    成功解决ValueError: DataFrame.dtypes for data must be int, float or bool. Did not expect the data types ...

  5. 成功解决ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C h

    成功解决ValueError: numpy.ufunc size changed, may indicate binary incompatibility. Expected 216 from C h ...

  6. 成功解决ValueError: Unable to add relationship because child variable ‘ID‘ in ‘cats_df‘ is also its inde

    成功解决ValueError: Unable to add relationship because child variable 'ID' in 'cats_df' is also its inde ...

  7. 成功解决ValueError: fill value must be in categories

    成功解决ValueError: fill value must be in categories 目录 解决问题 解决思路 解决方法 解决问题 ValueError: fill value must ...

  8. 成功解决 ValueError: fill value must be in categories

    成功解决 ValueError: fill value must be in categories 目录 解决问题 解决思路 解决方法 解决问题 raise ValueError("fill ...

  9. 成功解决ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() o

    成功解决ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() o ...

最新文章

  1. 使用PostMan测试文件上传接口
  2. php浮点数计算比较及取整不准确解决方法
  3. PXE BOOT INSTALL WINXP
  4. 2019年如何打造自己的“前端品牌”
  5. 操作主机 Infrastructure Master[为企业维护windows server 2008系列八]
  6. 【Spring】SpringMVC之REST编程风格
  7. 百(垃)度(圾)之星初赛B hdu6114
  8. Zookeeper系列四:Zookeeper实现分布式锁、Zookeeper实现配置中心
  9. java中遍历实体类,获取属性名和属性值
  10. 122.买卖股票的最佳时机II
  11. RouterOS 6.48.6 安装与配置
  12. DWR 实现AJAX学习
  13. 没有50W彩礼 女友被强行拽走! Python分析全国彩礼情况,心凉了!
  14. outlook邮件撤回方法
  15. AUM、MAU与DAU
  16. Linux LibTools
  17. java 函数打印------------分割线
  18. 生活多快乐:笑死爹的程序段子
  19. 量子计算机芯片的制造过程,美陆军资助研发制造量子计算芯片的新方法
  20. WinRar5.71去除广告有效方法

热门文章

  1. Kubernetes详解
  2. 6 和 9 组成的最大数字
  3. java调用高德地图API
  4. wps如何在html中在线浏览器,wps如何设置表格内链接用电脑默认浏览器打开
  5. 用“法外狂徒”理解C++中的引用
  6. MAC Safari 浏览器自动重启,活动监视器闪退,CPU过高导致风扇嗡嗡响
  7. 直播平台源码中的推拉流是什么
  8. 电子设计教程3:按键滤波电路
  9. 计算机word文档快速打数字,word快速提取纯数字
  10. java jnlp 运行_jnlp——通过浏览器直接执行java应用程序