Skip to content

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

Open
@Eldart95

Description

@Eldart95

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions