Here is a sample code:
inputs = input(shape=shape) encoder = LSTM(128)(inputs) decoder = LSTM(128)(encoder)
Now, is the enc
enc