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

problem of the create_positional_emb function in utils #3

Open
naruto7283 opened this issue Apr 8, 2021 · 0 comments
Open

problem of the create_positional_emb function in utils #3

naruto7283 opened this issue Apr 8, 2021 · 0 comments

Comments

@naruto7283
Copy link

Thank you for your coding.

For the create_positional_emb function in utils, you removed the last entry of the embedding matrix.
Should the code be like this:
if emb_matrix.shape[1] > embedding_size:
emb_matrix = emb_matrix[:,:-1]

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

1 participant