Replies: 1 comment 1 reply
-
Maybe... ![]() |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the encoder of Whisper models, the
encoder.embed_positions.weight
was initialized using sine and cosine functions of different frequencies. However, in the decoder of Whisper models, thedecoder.embed_positions.weight
consists of trainable parameters that are initialized using random noise. But why is this the case?Beta Was this translation helpful? Give feedback.
All reactions