chiphuyen / stanford-tensorflow-tutorials

This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
http://cs20.stanford.edu
MIT License
10.32k stars 4.32k forks source link

Not able to visualize tensorboard graph for style transfer #120

Open gowtham1997 opened 6 years ago

gowtham1997 commented 6 years ago

Hello, I tried running _tensorboard --logdir graphs/stylestranfer after running the style_transfer_sol.py. I couldn't visualize the graph and am getting No dashboards are active for the current data set . I also tried adding writer.close() to close filewriter but that doesn't help as well. image I also found that the tfevent files didn't have any information. image

Any help would be appreciated.

Thanks