-
Notifications
You must be signed in to change notification settings - Fork 47
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
WARNING:root:IOError [Errno 2] /tensorflow/tensorboard/lib/svg/summary-icon.svg #3
Comments
THIS CAN ONLY BY RESOLVED by installing all required tensorflow libraries and dependencies
|
I'm experiencing similar warnings using the available docker image provided by tensor flow: WARNING:root:IOError [Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/tensorflow/tensorboard/favicon.ico' on path /usr/local/lib/python2.7/dist-packages/tensorflow/tensorboard/favicon.ico
WARNING:root:IOError [Errno 2] No such file or directory: '/usr/local/lib/python2.7/dist-packages/tensorflow/tensorboard/lib/svg/summary-icon.svg' on path /usr/local/lib/python2.7/dist-packages/tensorflow/tensorboard/lib/svg/summary-icon.svg Thus resulting in some missing graphics: I think this is what was preventing me from seeing a rendered graph view firefox, as chrome seems to load the graph page anyhow with a dummy figure. |
I was not even able to see the beautiful pictures you see, only the events. |
WARNING:root:IOError [Errno 2] No such file or directory
happens for the cifar example when tensorboard is started on http://localhost:6006/
The text was updated successfully, but these errors were encountered: