You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In data_util_zhihu.py:
def create_voabulary(simple=None,word2vec_model_path='zhihu-word2vec-title-desc.bin-100',name_scope='')
but your data is zhihu-word2vec-title-desc.bin-100.txt, should I add the .txt to the path, but if I do this, it will have other errors
The text was updated successfully, but these errors were encountered:
Hi,
In data_util_zhihu.py:
def create_voabulary(simple=None,word2vec_model_path='zhihu-word2vec-title-desc.bin-100',name_scope='')
but your data is zhihu-word2vec-title-desc.bin-100.txt, should I add the .txt to the path, but if I do this, it will have other errors
The text was updated successfully, but these errors were encountered: