I am trying to build a 1D convolution neural net in keras R for time series classification. My training data consists of 1169 vectors. Where each vector contains 30 time points and has a categorical label (The total number of categories are 7 and I have encoded them using one hot encoded). My code is given as followsI am trying to build a 1D convolution neural ne