Here\'s my code:
#reshape from (samples, timesteps) to (samples, timesteps, n_features) X=X.reshape((X.shape[0],X.shape[1],n_features)) print(X.shape) #Defin