udacity / CarND-Behavioral-Cloning-P3

Starting files for the Udacity CarND Behavioral Cloning Project
https://www.udacity.com/drive
MIT License
438 stars 1.71k forks source link

README file #2

Closed andrewpaster closed 7 years ago

andrewpaster commented 7 years ago

In the README file section about how to save a video, this line:

python drive.py model.json run1

should be

python drive.py model.h5 run1

because of how drive.py was changed.

domluna commented 7 years ago

done