I’ve confirmed all my variables have the correct shape, still getting this error:
ValueError: Graph disconnected: cannot obtain value for tensor Tensor(“input_2:0”, shape=(None, 1, 90), dtype=float32) at layer “lstm”. The following previous layers were accessed without issue:
My variables have shapes:
out
(None, 90)
x after argmax
(None,)
x after onehot
(None, 90)
x after repeatvec
(None, 1, 90)