Keras model.fit() giving out TypeError: 'NoneType' object is not callable i dont find the error

Viewed 36

I am trying to fit an LSTM model But I am running into an error incomprehensible to me, some help is requested My model code is as shown below:

enter image description here

The compilation works fine with the output:

enter image description here

I get the following error which I require help with:

enter image description here

0 Answers
Related