tensorboard doesn't show graphs

倖福魔咒の 提交于 2019-12-12 04:21:58

问题


Hello guys, since I moved to TF 1.0 (with GPU) I haven't been able to get graph results from Tensorboard. I was trying to plot old event files (that TF 0.10 produced and I could see in older versions) and I didn't get anything. I made a simple code in the new version and still have the same problem. In version 0.10 I was working with Mozilla Firefox and the results were shown. Someone in a group said that Chrome could solve the problem, but I cannot see absolutely anything there.

If someone experienced and solved the same error, please tell me.


回答1:


Are you using the newest version of TensorBoard? The file format might have changed between 0.10 and 1.0. If you have old files, you might benefit from using an older TensorBoard to inspect them.




回答2:


I concur.

I've experienced the same on one remote system yesterday. TensorFlow 1.0.1 GPU with Python 3 from dockerhub repository. Chrome and Firefox on Ubuntu. It doesn't show scalar graphs (though it shows network graph).

I've made sure event files have summaries in them. I tested it on two other systems: macOS+Anaconda+Python3+Tensorflow1.0.1-GPU and on Ubuntu+Chrome+NVidia-Docker+Tensorflow1.0.1-GPU-py3 and it works there.

I have no clue what causes it on one machine and what to do to fix it yet :(



来源:https://stackoverflow.com/questions/42912073/tensorboard-doesnt-show-graphs

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