Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error about TransformerWeightGenerator #9

Closed
Jack-bo1220 opened this issue May 23, 2024 · 3 comments
Closed

An error about TransformerWeightGenerator #9

Jack-bo1220 opened this issue May 23, 2024 · 3 comments

Comments

@Jack-bo1220
Copy link

encoder_layer = nn.TransformerEncoderLayer(
TypeError: init() got an unexpected keyword argument 'norm_first'

This will show an error after I delete it:

transformer_output = self.transformer_encoder(x)
tgt_len, bsz, embed_dim = query.size()
ValueError: not enough values to unpack (expected 3, got 2

I found that the shape of x in “transformer_output = self.transformer_encoder(x)” is torch.Size([132, 128])

@Jack-bo1220
Copy link
Author

This seems to be highly related to the torch version, could you tell me the torch version used for the implementation?

@moonboy12138
Copy link

I tried 2.0.1+cu117 and it worked smoothly

@Jack-bo1220
Copy link
Author

I got it. thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants