Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TensorBoard maybe timeout when show imagenet inception-3 event #716

Closed
zdx3578 opened this issue Jan 7, 2016 · 4 comments
Closed

TensorBoard maybe timeout when show imagenet inception-3 event #716

zdx3578 opened this issue Jan 7, 2016 · 4 comments

Comments

@zdx3578
Copy link

zdx3578 commented Jan 7, 2016

when i run imagenet example ; in tensorflow/models/image/imagenet/classify_image.py i add

  • w=tf.python.training.summary_io.SummaryWriter( sess.graph_def, FLAGS.model_dir, 'graph.pbtxt')
  • tf.train.SummaryWriter.flush(w)
  • tf.train.SummaryWriter.close(w)

output a file: events.out.tfevents.1452154974.ip-172-30-.-.
when i open tensorboard , in tab graph ,then i check top,tensorboard use cpu 100%; but wait a while ,tensorboard cpu use is down; tensorboard log a http 200:"GET /graph?run=%2Fopt%2Fpractice%2Ftf%2Fimagenet%2Flog%2F HTTP/1.1" 200 ;

maybe event file so big cause http timeout??
92M Jan 7 09:01 log/events.out.tfevents.1452154974.ip-172-30

any one can help?

@zdx3578
Copy link
Author

zdx3578 commented Jan 7, 2016

i will check cifar-10 example for what missing?

@yilinjuang
Copy link
Contributor

@zdx3578 so the graph page displays nothing?

@girving
Copy link
Contributor

girving commented Mar 8, 2016

@danmane: Do you know if this is still an issue?

@teamdandelion
Copy link
Contributor

This looks like a duplicate of #1287 , which is fixed as of latest master. @zdx3578 if the fix for #1287 doesn't work for you, feel free to re-open and we'll dig into it a bit more - if you do re-open it, can you please upload an events file for which you aren't able to visualize the graph? That will make it a lot easier to dig into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants