fchollet/deep-learning-with-python-notebooks

why appear "list index out of range" error

BlakeChiu opened this issue · 0 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.