As my last attempt to load at least part of the GoogleNews Model, I splitted the big original file (I know I shouldn't but was a last trial) into several elements 100 Mb each.
model = Word2Vec.load_word2vec_format(
... '/home/ubuntu/ggc/prove/DCNN/G_dir/aa', binary=True)
2014-09-17 16:11:18,311 : INFO : loading projection weights from /home/ubuntu/ggc/prove/DCNN/G_dir/aa
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
File "/usr/local/lib/python2.7/dist-packages/gensim-0.9.0-py2.7.egg/gensim/models/word2vec.py", line 445, in load_word2vec_format
result.syn0[line_no] = fromstring(fin.read(binary_len), dtype=REAL)
ValueError: could not broadcast input array from shape (67) into shape (300)