-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi,
Thank you for developing Corigami !
I have encountered some problems when I use corigami to train my data.

After the encoder step,here, the transposed matrix is input into attn.
the matrix x is : Tensor, shape [batch_size, seq_lenth, embedding_dim], not Tensor, shape [seq_lenth, batch_size, embedding_dim] !

if perform this step: x = x + self.pe[:x.size(0)] will return the wrong location information result.
I think the code may have made an error in transponse after the encoder.

Best wishes,
Kirtio
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels