
> 10 model = KeyedVectors.load_word2vec_format('/home/dinkar/AppliedAI_projects/GoogleNews-vectors-negative300.bin')
/article-new/2018/05/googlenewsapp-800x564.jpg)
UnicodeDecodeError Traceback (most recent call last) IOError: No such file or directory: '/data/' Return file_smart_open(parsed_uri.uri_path, mode, encoding=encoding, errors=errors)įile "/Users/Olly/anaconda2/lib/python2.7/site-packages/smart_open-1.5.6-py2.7.egg/smart_open/smart_open_lib.py", line 671, in file_smart_open Model = KeyedVectors.load_word2vec_format('/data/', binary=True)įile "/Users/Olly/anaconda2/lib/python2.7/site-packages/gensim-3.2.0-py2.7-macosx-10.6-x86_64.egg/gensim/models/keyedvectors.py", line 195, in load_word2vec_formatįile "/Users/Olly/anaconda2/lib/python2.7/site-packages/smart_open-1.5.6-py2.7.egg/smart_open/smart_open_lib.py", line 176, in smart_open

Error looks like this: Traceback (most recent call last): Does this only work with a certain version of python? When I use that on 2.7.14 I get an error saying 'No such file or directory', when I definitely have a 'data' directory.
