Tensorboard: Add visual indication that parsing isn't complete for some logs

Created on 21 Oct 2017  路  3Comments  路  Source: tensorflow/tensorboard

When launching tensorflow with a logdir that contains logs from several runs, it reports their presence in the side-bar but until it has completed parsing the logs, data is still not presented. Since there is no indication of the parsing, this can lead to time lost trying to debug a problem that doesn't exists...if one resorts to restarting tensorflow this only exacerbates the problem, obviously.

A visual indication would go a long way in alleviating this problem. For example, the logs in the side-bar could be pale, or grayed out, until their data is loaded with hover-text explaining what's going on.

Thanks for your work on this project. It makes using TensorFlow much more pleasant!

Most helpful comment

I agree that this would be very useful, and was actually thinking about this myself - whether maybe there should be a little loader gif or something to indicate that they aren't fully loaded yet. Graying out the name would be an even easier solution, though. I'll take a look at fixing this when I get a chance.

All 3 comments

I agree that this would be very useful, and was actually thinking about this myself - whether maybe there should be a little loader gif or something to indicate that they aren't fully loaded yet. Graying out the name would be an even easier solution, though. I'll take a look at fixing this when I get a chance.

Looks like this is mostly a duplicate of #65, so closing in favor of that existing issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

decentralion picture decentralion  路  3Comments

dniku picture dniku  路  3Comments

agrinh picture agrinh  路  3Comments

yegortokmakov picture yegortokmakov  路  3Comments

iron9light picture iron9light  路  4Comments