https://discuss.pytorch.org/t/seeking-help-the-model-does-not-appear-in-the-graphs-with-tensorboard/53572

论坛中so many people都碰到这个问题了,大家可以看下论坛,有大佬给了解决方案

但是我发现更简单的方法就是卸载你装的tensorboard

pip uninstall tensorboard

然后pip install tensorboardX

两个包的区别大家应该有所了解, 目前torch版本是1.2稳定版,可是自带的tensorboard接口还是有点bug的。

看可以显示了。

Pytorch 1.2 使用自带tensorboard显示不了graph解决方案

Pytorch 1.2 使用自带tensorboard显示不了graph解决方案

相关文章:

  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
  • 2021-08-20
  • 2022-01-13
  • 2022-12-23
猜你喜欢
  • 2021-11-10
  • 2021-11-04
  • 2021-07-21
  • 2021-11-17
  • 2021-06-07
  • 2022-12-23
  • 2021-09-18
相关资源
相似解决方案