You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find there is no maskZero for the temporalConvolutionLayer.
In this case, if we meet a window of all embeddings are paddings, which means 0 vectors.,
I think the convolution layer will always give us the bias.
But wouldn't the output be 0? Or we don't need maskZero in Convolution Layer?
The text was updated successfully, but these errors were encountered:
I find there is no maskZero for the temporalConvolutionLayer.
In this case, if we meet a window of all embeddings are paddings, which means 0 vectors.,
I think the convolution layer will always give us the bias.
But wouldn't the output be 0? Or we don't need maskZero in Convolution Layer?
The text was updated successfully, but these errors were encountered: