roamanalytics / mittens

A fast implementation of GloVe, with optional retrofitting
Apache License 2.0
243 stars 31 forks source link

process finished with exit code 137 (interrupted by signal 9 sigkill) #18

Open adarmaximov opened 4 years ago

adarmaximov commented 4 years ago

Hi, i am trying to run a glove model on Hyper-V virtual machine. my matrix is composed of ~17K different tokens. i run the following code: glove_model = GloVe(n=100, max_iter=10) embeddings = glove_model.fit(cooccurrence)

and i got this error: process finished with exit code 137 (interrupted by signal: 9 sigkill)

can someone explain me how can i fix it?