Closed shamanez closed 7 years ago
The TimeDistributed wrapper should have the same property we want. You probably can set keras.layers.convolutional.Conv1D with the TimeDistributed wrapper.
Yeah. So main thing is we need to feed a tensor with sequence .
In the keras there's TimeDistributed wrapper where we can use to do convolution for each time step. So I think by feeding the tensor with Batch Size , Sequence Length , .. etc we can have the same property. Am I right ?