fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"
MIT License
17.95k stars 8.48k forks source link

why appear "list index out of range" error #217

Closed BlakeChiu closed 1 year ago

BlakeChiu commented 1 year ago

When I am doing chapter nine-first input "plt.imshow(normalized_array[:, :, 0])" appear this error. I do it on VScode and grab the data from kaggle,I follow the book and code to execute,but can't solve it.