‘SymbolicTensor’ object cannot be interpreted as an integer
I have been trying to implement Peephole LSTM using Tensorflow, and I am getting the error below
Error
below is my model and I am not sure why I cant get the input layer in my model summary
Model
and below is my Call method for PeepholeLSTM
Peephole LSTM class