Week 1 Assignment 3 djmodel

How fix?

ValueError: Layer lstm expects 11 inputs, but it received 3 input tensors. Inputs received: [<tf.Tensor ‘reshape/Reshape_153:0’ shape=(None, 1, 90) dtype=float32>, <tf.Tensor ‘a0_9:0’ shape=(None, 64) dtype=float32>, <tf.Tensor ‘c0_9:0’ shape=(None, 64) dtype=float32>]

Please see the sample code in the markdown for modelf function. It shows that the lstm layer receives inputs and initial_state (contains hidden state and cell state).