This is a pretty simple question but the documentation is unclear on this. For example, if I add a layer like TimeDistributed(Convolution2D(64, 3, 3), input_shape=(10, 3, 299, 299)) like in the documentation, will the same filters be applied to each frame in my video?