Hello. I keep getting errors on this dj functions and I can’t figure out where my code is wrong. T
he way I am getting x is:
x = X[:, t, :]
my reshape implementation is:
x = reshaper(x)
my LSTM is:
a, _, c = LSTM_cell(x, [a, c])
and my densor is:
out = densor(a)
All of this seems to be what the instructions are asking for. Any hints?
I was getting an error message that changed each time I ran the code. I ran one of the earlier cells where the layers are defined and then my code worked.