lvapeab / nmt-keras

Neural Machine Translation with Keras
http://nmt-keras.readthedocs.io
MIT License
533 stars 130 forks source link

MemoryError converting .bin to .npy #97

Closed lizamiller closed 5 years ago

lizamiller commented 5 years ago

Loading vectors from GoogleNews-vectors-negative300.bin Vector length: 300 Traceback (most recent call last): File "preprocess_binary_word_vectors.py", line 61, in word2vec2npy(args.vectors, base_path, dest_file) File "preprocess_binary_word_vectors.py", line 34, in word2vec2npy word.append(ch) MemoryError