llSourcell / How_to_simulate_a_self_driving_car

This is the code for "How to Simulate a Self-Driving Car" by Siraj Raval on Youtube
430 stars 306 forks source link

running the model.py gives the error " unable to create file (unable to open file) " #26

Open ihteshamraza opened 6 years ago

ihteshamraza commented 6 years ago

unable to create file (unable to open file: name = 'model-001.h5', errno = 2, error message = 'No such file or directory', flags =13, o_flags = 302)

I'm getting this error after completion of first epoch, once 20000/20000 is completed, it gives this error that it was unable to create model file. I have tried running this as administrator as well, but it won't help, for some reasons it won't create model file. is it some kind of directory or permission issue? Please help