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
Considering that the query and key have a timestep of 1 from the perspective of 1d convolution, I think that it is totally same with using the fully connected layer.
Is there any reason for using the tf.layer.conv1d for query, key transformation instead of fully connected layer?
The text was updated successfully, but these errors were encountered:
Considering that the query and key have a timestep of 1 from the perspective of 1d convolution, I think that it is totally same with using the fully connected layer.
Is there any reason for using the tf.layer.conv1d for query, key transformation instead of fully connected layer?
The text was updated successfully, but these errors were encountered: