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

Stop Iteration exception raised while training. #16

Open
ketanshastri opened this issue Dec 27, 2017 · 1 comment
Open

Stop Iteration exception raised while training. #16

ketanshastri opened this issue Dec 27, 2017 · 1 comment

Comments

@ketanshastri
Copy link

While running the train_fsns.py file for a few samples in the train data, i'm getting a Stop Iteration exception. It is being raised when lstm_iter.py module is being called in the line 123 through the command first_batch = next(iter(val_iter)).
exception

@Bartzi
Copy link
Owner

Bartzi commented Jan 2, 2018

Hmm, seems that your validation files can not be found...

If you are using the code to train a FSNS model, I suggest that you use the new code we just published. There we refined our FSNS experiments and use a different library, which is easier to use, understand and in general just better (at least in my opinion). You can find the code here: https://github.com/Bartzi/see

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