Open tobigithub opened 9 years ago
THIS CAN ONLY BY RESOLVED by installing all required tensorflow libraries and dependencies
# Install pyton virtual environment
sudo apt-get install python-pip python-dev python-virtualenv
virtualenv --system-site-packages ~/tensorflow
cd ~/tensorflow
# Now create pyhton virtual environment
source bin/activate
# Now install tensorflow itself CPU only
# This will install tensorflow to ~/tensorflow/lib/python2.7/site-packages/tensorflow/
pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
# call an example program
wget https://raw.githubusercontent.com/tobigithub/tensorflow-deep-learning/master/examples/hello-tensorflow.py
python hello-tensorflow.py
# Deactivate the virtualenv
deactivate
I'm experiencing similar warnings using the available docker image provided by tensor flow: b.gcr.io/tensorflow/tensorflow-full
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/