Emma Strubell

Results 21 comments of Emma Strubell

Oops, yes, that makes sense. Is there any specific form that `run.sh` needs to take in order for the best model to be saved (like writing the score somewhere)? If...

Off the top of my head, I think it wouldn't take that much effort to simply make the code run w/ tensorflow 1.13 (have you tried it? it may just...

Without looking in close detail, is it possible that processing outside the session is happening only once, whereas it's being repeated for each batch when inside the session? On Fri,...

I'm not sure. My first guess is a problem with the data preprocessing. Can you tell me what you ran, and on what data? I'm traveling over the next 4...

Could you paste a link to the full output when you try to train?

And the output of the data preprocessing

It looks like the `--layers` flag is empty. It should be set as e.g. here: https://github.com/iesl/dilated-cnn-ner/blob/master/conf/ontonotes/dilated-doc.conf#L26 Try making sure that is being correctly passed. On Wed, Oct 10, 2018 at...

Unfortunately the code doesn't currently support this. Happy to take pull requests, though! On Tue, Jun 25, 2019 at 10:56 AM Aneesh Kotnana wrote: > Hi, I'm also looking for...

We do condition on the gold parse edges to predict dependency labels (following Dozat and Manning, 2017). This isn't necessary, you could use predicted edges, but we started with their...

Ah, I thought the instructions were already available! I'll try to upload them this weekend. Thanks for pointing this out! On Tue, Jan 15, 2019 at 6:53 AM M. H....