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

This implementation has not been tested batch size > 1 #149

Open
matthiasmace opened this issue Nov 23, 2017 · 2 comments
Open

This implementation has not been tested batch size > 1 #149

matthiasmace opened this issue Nov 23, 2017 · 2 comments

Comments

@matthiasmace
Copy link

Hi @bittnt
I am trying to train with my own data following Martin Kresner's https://github.com/martinkersner/train-CRF-RNN
lmdb creation is OK nut when I make 'python2.7 solve.py 2>&1 | tee train.log', it gives me the error above. As you can see, batch_size =1 !
WHat should I do ?

train.log
mentionned.

@bittnt
Copy link
Collaborator

bittnt commented Nov 25, 2017

Initially, we did not test the batch_size>1, so we have set that code would throw an error if you use batch_size>1. But, feel free to comments that in the code and play with this at your own risk.

@matthiasmace
Copy link
Author

matthiasmace commented Nov 25, 2017

@bittnt I do use batch_size = 1 !!! In fact, the log shows a "Bus error: 10" after this line.
And when I comment, I cannot compile...

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