You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get same error for train_mnli.py also. However, my issue was that I had to uncomment some lines which replaced test files with dev files (lines 300-303) and some other changes.
You can use my fork if anyone wants to run tests.
In python/train_snli.py , line 246
The code gives index out of bound error, because
results
is a tuple with 2 elements.I guess what you mean is the following:
I changed it and it works fine on my machine.
Thanks.
The text was updated successfully, but these errors were encountered: