Closed tfromb closed 5 years ago
It works fine for me, check if you are using Keras 2.1.2, you cannot use newer version of Keras on AirSimE2EDeepLearning. It should be written on the readme really. I will update..
Are you on python 3.7? If so, that's your issue.
Im doing the E2EDeepLearning tutorial. When I try to read in the datasets in TrainModel from the exploration phase, the eval.h5 and test.h5 files are not generated and so can not be opened. I've gone back to the DataExploration phase and run the code, however, they still aren't generating. I received a StopIteration as shown below. How can I fix this?
Thanks
`StopIteration Traceback (most recent call last) ~\Documents\Tomi\AirSim\AutonomousDrivingCookbook-master\AirSimE2EDeepLearning\Cooking.py in generatorForH5py(data_mappings, chunk_size) 129 raise StopIteration --> 130 raise StopIteration 131
StopIteration:
The above exception was the direct cause of the following exception:
RuntimeError Traceback (most recent call last)