Common issues - MediffRobotics/DeepRobotics GitHub Wiki

1)If you cannot run tensorboard: May because tensorflow version is old. Need to upgrade.

> export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0-cp27-none-linux_x86_64.whl  
> sudo pip install --upgrade $TF_BINARY_URL  

[Click herer see the installation for tensorflow reference. ] (https://www.tensorflow.org/get_started/os_setup#pip_installation)

  1. Install nvidia driver:

    sudo apt-get purge nvidia* sudo apt-get install nvidia-current