michelleowen
michelleowen
@timothy-wong, do you mean model.layers[6].output instead of model.layers[0].layers[6].output? my model looks like below: ``` Layer (type) Output Shape Param # Connected to ==================================================================================================== input_112 (InputLayer) (None, 252, 2) 0 ____________________________________________________________________________________________________...
I think input_dim is feature dimension, input_length is time steps