Hi guys,
Thank you for the great course content. Parallel to doing the exercises on Google Colab, I am running the exercises on my computer. I have bumped into a very odd error when I run the convolutional neural network exercise on my computer. The error reads thusly: “Error when checking input: expected conv2d_input to have shape (28, 28, 1) but got array with shape (60000, 28, 28)”.
I have no idea why the exact same code runs without a problem on google colab notebook but not in PyCharm.
Could you guys by any chance help me with this?
The code is in the third block of C1_W3_Lab_1_improving_accuracy_using_convolutions.ipynb notebook.
Thanks in advance.
Mahmood