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
It looks like I cannot pass symbolic Tensorflow object to range method but not sure how to avoid this. Appreciate your help