Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 519 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 519 Bytes

Self Driving car

A TensorFlow implementation of this Nvidia paper with some changes.

How to Use

Download the dataset and extract into the repository folder

Use Self Driving Car.ipynb to train the model

Use python run_atan.py to run the model on the dataset

To visualize training using Tensorboard use tensorboard --logdir=./logs, then open http://0.0.0.0:6006/ into your web browser.