C4W1A2 AttributeError: 'tuple' object has no attribute 'compile'

C4W1A2 AttributeError: ‘tuple’ object has no attribute ‘compile’ ı took this error. I also checked forum and answer of this error that do not do “ model = (inputs, outputs)“ is not existing in my code. I am just adding layers in happy model()'s model.sequential

In python, a comma at end of an expression makes the final value a tuple instead of the intended type.
Is this your case?

thank you :slight_smile: