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

where is glove_embeds.py & bug report #1

Closed
Tengyang-Chen opened this issue May 6, 2019 · 1 comment
Closed

where is glove_embeds.py & bug report #1

Tengyang-Chen opened this issue May 6, 2019 · 1 comment

Comments

@Tengyang-Chen
Copy link

Thanks for sharing your project.
Would you tell me where can I find glove_embeds.py.
and bug report
main.py Line 316

  • decoder = Decoder(vocab_size=len(vocab),use_glove=use_glove, use_bert=use_bert).to(device)
  • decoder = Decoder(vocab_size=len(vocab),use_glove=glove_model, use_bert=bert_model).to(device)

when from_checkpoint set to False, [use_glove=use_glove, use_bert=use_bert] will raises error.

@Tengyang-Chen Tengyang-Chen changed the title where is c & bug report where is glove_embeds.py & bug report May 6, 2019
@ajamjoom
Copy link
Owner

Apologies for the late reply, I've just pushed the glove_embeds.py file. I somehow forgot to push it. I've also pushed a bug fix, thank's for raising the issue!

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