We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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]).
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
The text was updated successfully, but these errors were encountered:
I have the same issue. Have you find any solution for this?
Sorry, something went wrong.
unfortunately not yet
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: