Fede

Results 5 comments of Fede

I noticed from the stack trace that error raises on evaluation over the dev set, so I reduced its size to half and now it works ok. It's not an...

I did evaluate it on the dev set, and it worked, hence my confusion as well: why does it work when training from scratch but it fails when attempting to...

Yes, exactly the same. Also the same train and dev data.

Great! Thanks a lot for the workaround, I will test this and post an update.

Just FYI the workaround did not work, I still get the same error in this line: `for i, (doc, eg) in enumerate(zip(docs, examples)):` I pulled your fix @adrianeboyd and still...