Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Eldart95 opened this issue Oct 16, 2020 · 2 comments

Comments

@Eldart95
Copy link

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
Copy link

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

@Eldart95
Copy link
Author

unfortunately not yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants