microsoft/AutonomousDrivingCookbook

Train Model Keras Issue

maaikegooderham opened this issue · 1 comments

Hello

I am new to AirSim and am trying to complete the Autonomous Driving Cookbook Tutorial. I have successfully completed the Data Generation step, but I am stuck on training the model.

I am having a keras version issue. If I use Keras version 2.1.2, I get an ImportError when importing the ImageDataGenerator because the module cannot be found. Updating to the current version of keras (2.3.1) fixes this issue, but then I get ValueError: "brightness_range should be a tuple or list of 2 floats. Recieved 0.0" as explained in previous Github issues.

Any help would be much appreciated.

Thank you!

put the generator folder to the python path