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

error message in main_snli.py #15

Open
NiceMartin opened this issue Nov 7, 2018 · 2 comments
Open

error message in main_snli.py #15

NiceMartin opened this issue Nov 7, 2018 · 2 comments

Comments

@NiceMartin
Copy link

Hi,
I run the main_snli.py, but got an error message in
def create_batch(data,from_index, to_index):

I changed the following sentence
left_sents = torch.cat((dict[word].view(1, -1) for word in lsent))
to
left_sents = torch.cat([dict[word].view(1, -1) for word in lsent])

@lanwuwei
Copy link
Owner

lanwuwei commented Nov 9, 2018

Thanks! I think this was caused by PyTorch version difference. In my previous experiment, both were OK. Now it should be list instead of tuple.

@NiceMartin
Copy link
Author

I see.
I learned a lot from your code.
Thank you very much for your excellent work

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