Skip to content

Training Environment Setup

Alec Graves edited this page Feb 26, 2017 · 6 revisions

Environment:

We are using python3 with keras and tensorflow.

on Ubuntu 16.04:

install tensorflow (with or without gpu)

pip3 install tensorflow-gpu
#or
pip3 install tensorflow

install keras:

pip3 install h5py pyyaml numpy scipy keras

install tools for accessing data:

pip3 install pykitti numpy-quaternion
Clone this wiki locally