You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - We're trying to consolidate on using tensorboard but sporadically hitting an issue where reports won't load and instead just get a blank white screen.
This occurs on multiple machines, and at least where run, diagnose_tensorboard does not report any issues (full details below).
Have upgraded and running latest tensorboard (2.16.2), and the tb data is all there (verified using --inspect option).
Have tried a whole bunch of things (uninstall/reinstall, restart, chrome vs safari, --bind_all, etc.) and no luck.
Most promising lead so far is inspecting things in chrome reveals:
failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
Is there any input or advise here on how to further debug/resolve? (chrome screenshot of error below).
Thanks in advance!
Results of diagnose_tensorboard below:
python diagnose_tensorboard.py
No action items identified. Please copy ALL of the above output,
including the lines containing only backticks, into your GitHub issue
or comment. Be sure to redact any sensitive information.
The text was updated successfully, but these errors were encountered:
Hi, do you get just a blank page entirely in chrome, similar to what you see when you go to http://about:blank ? Does a refresh not solve it? Does the console show any error messages or warnings?
When this happens, can you clear cache on your browser and try again? (I've been bitten by this cache issue with other apps, perhaps not with this particular error, but I read somewhere that this could be a reason to get this error, and when it happened to me, I was pleasantly surprised to learn that just clearing the cache made it work).
I've also experienced slowness from TB reading the data occasionally, if there's too much data to load. It might just take some time, but I'd try the cache thing first.
Apart from that, I found this stackoverflow post where they claim that if you're accessing the app from a different device, it might be an issue with the "angular app" being too big, and having slow connection. (Likely not the case here, but I thought I'd mention it just in case it was relevant).
Please try clearing the cache and let us know if that solves the issue.
Hi - We're trying to consolidate on using tensorboard but sporadically hitting an issue where reports won't load and instead just get a blank white screen.
This occurs on multiple machines, and at least where run, diagnose_tensorboard does not report any issues (full details below).
Have upgraded and running latest tensorboard (2.16.2), and the tb data is all there (verified using --inspect option).
Have tried a whole bunch of things (uninstall/reinstall, restart, chrome vs safari, --bind_all, etc.) and no luck.
Most promising lead so far is inspecting things in chrome reveals:
failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
Is there any input or advise here on how to further debug/resolve? (chrome screenshot of error below).
Thanks in advance!
Results of diagnose_tensorboard below:
python diagnose_tensorboard.py
Diagnostics
Diagnostics output
Next steps
No action items identified. Please copy ALL of the above output,
including the lines containing only backticks, into your GitHub issue
or comment. Be sure to redact any sensitive information.
The text was updated successfully, but these errors were encountered: