tensorboard在windows系统浏览器显示空白的解决writer =tf.summary.FileWriter("logs/", sess.graph)

  1. writer =tf.summary.FileWriter("logs/", sess.graph)
  2. >tensorboard --logdir=D://logs
  3. http://localhost:6006/
  4. http://blog.csdn.net/s_sunnyy/article/details/70999462
  5. http://blog.csdn.net/lijjianqing/article/details/70155905
原文地址:https://www.cnblogs.com/xlqtlhx/p/6930597.html