model=Sequential()

{mentor edit: code removed}


"I have coded the model initialization block correctly using Keras, so why is there an error during the grading process, and why did I receive a score of 0?

Have you completed the entire assignment?

Please post a screen capture image that shows the entore detailed feedback from the grader (without the lines being truncated).

1 Like

Also please do not post your code on the forum. Error messages and asserts are fine.

Posting your code is not allowed by the Code of Conduct.

1 Like

Notice in the error message, right at the bottom, it says the line “model =” has unexpected indentation.

It appears that you may have indented the entire block of code.

I have completed the lab practice. I sincerely appreciate your help, and I apologize for sharing the code on my own.

1 Like