nikitakit / self-attentive-parser

High-accuracy NLP parser with models for 11 languages.
https://parser.kitaev.io/
MIT License
861 stars 153 forks source link

Terminating on example - out of RAM #22

Open uriva opened 5 years ago

uriva commented 5 years ago

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 commented 5 years ago

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

uriva commented 5 years ago

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