hello ,
I am trying to replicate this DTC with my data off 25000 time steps of single series and 17 features, but when I pass it to the encoder the time steps are reducing but not the features, i tried to transpose the input data but I get dimension error.
can anyone guide me with what is the correct input dimension for the encoder.
data shape = (25000,17),
reshaped = (25000,1 17)??
hello ,
I am trying to replicate this DTC with my data off 25000 time steps of single series and 17 features, but when I pass it to the encoder the time steps are reducing but not the features, i tried to transpose the input data but I get dimension error.
can anyone guide me with what is the correct input dimension for the encoder.
data shape = (25000,17),
reshaped = (25000,1 17)??