fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why appear "list index out of range" error

BlakeChiu opened this issue · comments

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.