pytorch-wordemb icon indicating copy to clipboard operation
pytorch-wordemb copied to clipboard

Segmentation fault (core dumped)

Open xk1411 opened this issue 7 years ago • 4 comments

I loaded the word2vec embeddings trained by gensim, and I encountered the Segmentation fault (core dumped) error.

xk1411 avatar Sep 17 '17 05:09 xk1411

I've experienced the same issue on Mac. (segmentation fault 11) With some search, I figured out that it's a bug somewhat related to Mac OS. Then I tried the same code to load Glove embeddings on CentOS, and it worked well.

but still, I couldn't figure out how to load Glove text file on Mac. Any help will be appreciated.

chan0park avatar Sep 25 '17 06:09 chan0park

I got this problem on Mac, too.

JinYang88 avatar Mar 28 '18 09:03 JinYang88

With Mac, I just used glove-python to load GloVe file. I used load_stanford(text_path) function of Glove object.

But still haven't figured out how to use pytorch-wordemb with Mac.

chan0park avatar Mar 28 '18 16:03 chan0park

But how to replace load_glove_text(filename) in pytorch-wordemb?

AngusMonroe avatar Aug 03 '18 11:08 AngusMonroe