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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
Hi Pedro,
Thanks for letting us know, your help is very much appreciated!
We will add these changes to the installation script and README file so that others would be able to use it as well.
Keep up the good work!
FYI, in a fresh Ubuntu 16.04.3 LTS install, the NGraph installation logic will fail if the protobuf-compiler is not installed. I think adding "sudo apt install protobuf-compiler" is a safe bet.
Hi,
I am currently testing Coach on Ubuntu 17.10 and Python 3.6.3.
With a few changes in the install.sh file, Coach seems to be fully functional.
Dashboard requirements:
NGraph (install protobuf compiler before installing NGraph):
sudo apt install protobuf-compiler
Intel Optimized TensorFlow (replace CPU link)
pip install https://anaconda.org/intel/tensorflow/1.4.0/download/tensorflow-1.4.0-cp36-cp36m-linux_x86_64.whl
I havent tested CARLA yet, but so far so good.
Needless to say, great work with Coach!
The text was updated successfully, but these errors were encountered: