self-attentive-parser icon indicating copy to clipboard operation
self-attentive-parser copied to clipboard

Terminating on example - out of RAM

Open uriva opened this issue 5 years ago • 2 comments

Python 3.7.3

In [3]: parser.parse("hi")                                                      
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

uriva avatar Apr 27 '19 20:04 uriva

I think this might be a ram issue, so trying benepar_en_small now.

uriva avatar Apr 27 '19 21:04 uriva

Yup this works. Might be good to add this to the initial README as it wasn't very clear from the error messages.

uriva avatar Apr 27 '19 21:04 uriva