microsoft / AutonomousDrivingCookbook

Scenarios, tutorials and demos for Autonomous Driving
MIT License
2.3k stars 563 forks source link

Getting IndexError: list index out of range while running TrainModel.ipynb ([in 5]). #118

Open Eldart95 opened 3 years ago

Eldart95 commented 3 years ago

Problem description

Getting IndexError: list index out of range while running TrainModel.ipynb ([in 5]).

Problem details

IndexError Traceback (most recent call last)

in 1 image_input_shape = sample_batch_train_data[0].shape[1:] ----> 2 state_input_shape = sample_batch_train_data[1].shape[1:] 3 activation = 'relu' 4 5 #Create the convolutional stacks IndexError: list index out of range ## Experiment/Environment details * Tutorial used: AirSimE2EDeepLearning/TrainModel.ipynb * Environment used: none * Versions of artifacts used (if applicable): *(Python 3.6, Keras 2.1.2 ,TF 1.8)*
SriramKichugari commented 3 years ago

I have the same issue. Have you find any solution for this?

Eldart95 commented 3 years ago

unfortunately not yet