I have been trying to implement Peephole LSTM using Tensorflow, and I am getting the error belowErrorbelow is my model and I am not sure why I cant get the input layer in my model summaryModeland below is my Call method for PeepholeLSTMPeephole LSTM class
It looks like I cannot pass symbolic Tensorflow object to range method but not sure how to avoid this. Appreciate your help