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
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 ?
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.
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.
The text was updated successfully, but these errors were encountered: