You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: