stanford-tensorflow-tutorials
stanford-tensorflow-tutorials copied to clipboard
Not able to visualize tensorboard graph for style transfer
Hello,
I tried running tensorboard --logdir graphs/style_stranfer 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.
I also found that the tfevent files didn't have any information.
Any help would be appreciated.
Thanks