TensorBoard shows no histograms or events

邮差的信 提交于 2019-12-23 02:30:16

问题


Running TensorBoard r0.9 results in graph visualizations as expected but all events and histograms that successfully displayed in r0.8 are not.

Has r0.9 introduced a change to the command line that should be used to launch TensorBoard, or to the code needed to generate events and histograms for TensorBoard to display?

Note that neither new summaries and histograms written with recent runs using r0.9 TensorFlow, nor existing ones written (and displayed) in the past, are displayed. Graphs generated with both releases display as expected.


回答1:


Are you on Safari? I had the same problem, then I found this: https://github.com/tensorflow/tensorflow/issues/2708

I just changed to Chrome and the events are showing.



来源:https://stackoverflow.com/questions/37684739/tensorboard-shows-no-histograms-or-events

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!