python - tensorboard not displaying after it loads on browser -
i implementing gan generate fake tweets. visualize model using tensorboard it's not displaying anything. first time using tensorboard, , followed tutorial on youtube (https://gist.github.com/dandelionmane/4f02ab8f1451e276fea1f165a20336f1#file-mnist-py). when run tensorboard --logdir=/path_to_dir gives me port, , port takes me tensorboard, nothing displayed. below code. thank you! code deleted it's pretty long, please ctrl-f find lines related tensorboard.
you need add following line after have defined graph:
writer.add_graph(sess.graph) look @ documentation here.
look @ question:
Comments
Post a Comment