Input error while converting model Sequential API to Funcitonal API

Hey there,

Taking Jeremy’s advice I was trying to convert a model from the Sequential API to the Functional API. I tried it to do for the very first model that’s used in Lesson 5. Here’s what I did:

This is the model summary. Note this screenshot was before I changed the input shape to 25000,500 so the input_8 layer is (None,25000,500).

And this is the error I’m getting.

I’m not sure how I need to fit the model to get it to work.

Thanks!