SullyChen / Autopilot-TensorFlow

A TensorFlow implementation of this Nvidia paper: https://arxiv.org/pdf/1604.07316.pdf with some changes
MIT License
1.25k stars 425 forks source link

Fix error in train.py if save dir doesn't exist #1

Closed alexisylchan closed 7 years ago

alexisylchan commented 7 years ago

python train.py will result in an error if the save directory is not created in advance. Added empty save directory to prevent the error.

alexisylchan commented 7 years ago

Add license

SullyChen commented 7 years ago

Thanks!