Let\'s say I have an Input to the model as sequence of items: [3,2,1,4,5,6]. Then I can make Keras Input Layer shape=(SEQUENCE_LEN, ) and then add
[3,2,1,4,5,6]
Keras Input Layer shape=(SEQUENCE_LEN, )