C2W1 - Error during training: "No algorithm worked!"

HI, I’m having a hard time fixing this error. I didn’t find a solution of other forums, but I noticed that this is not a stand alone problem.
The error states:

"
NotFoundError: Graph execution error:
[…]
Node: ‘sequential/conv2d/Conv2D’
No algorithm worked! Error messages:
[[{{node sequential/conv2d/Conv2D}}]] [Op:__inference_train_function_1098]
"

Please click my name and message your notebook as an attachment.

@Frattini_Luca

The images in this assignment have 3 color channels. You’ve specified the input shape to contain 1 color channel and hence the issue.

You are perfectly right, I was looking in the wrong place, thank you very much!