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

issue about reproducing results on SNLI dataset #24

Open
20000607-lxc opened this issue Mar 16, 2022 · 1 comment
Open

issue about reproducing results on SNLI dataset #24

20000607-lxc opened this issue Mar 16, 2022 · 1 comment

Comments

@20000607-lxc
Copy link

Hi! I'm trying to reproduce the reported result on SNLI, I followed the doc 'optimus_for_snli.md' and successfully downloaded the checkpoints, but when I run your examples, it turns out that in file run_latent_generation.py, the sample_sequence_conditional function receives 'input_ids' and 'past' in mismatched shape. I can fix this by past = torch.mean(past, dim=0).unsqueeze(0), but is it right? Thanks for reading.

@20000607-lxc
Copy link
Author

Hi! Another problem is that when running 'run_lm_vae_training.py' with Snli data you provided, I got extremely large perplexity = 4.017335065391466e+66, and kl = 1922.1040397033692.

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