tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.72k stars 1.66k forks source link

Windows : Tensorboard not displaying Graphs, Scalars, etc. Anymore #953

Open Kjeanclaude opened 6 years ago

Kjeanclaude commented 6 years ago

Hi, I have trained a model under Windows Server 2016 with tensorboard callback. At the end I am not able to visualize the graphs, scalars, histogramms and so one, after tensorboard launch. But I remember well that last year, arround the July month I was able to do it on Windows. Indeed, when I copy paste the same files on an Ubuntu environment, all works perfectly. So, I concluded that there is a problem with current version of tensorboard on windows.

Please, we would be happy if you verify and take into account the above remarks.

Thank you.

chihuahua commented 6 years ago

By callback, do you mean TensorBoard's keras callback? https://stackoverflow.com/questions/42112260/how-do-i-use-the-tensorboard-callback-of-keras

Could you please elaborate on your setup? What command-line arguments did you pass into TensorBoard? Do you see any errors? What do you see within the dashboards? Thanks!