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
with open(embedding, 'r', encoding='unicode_escape') as fin:
FileNotFoundError: [Errno 2] No such file or directory: '../word2vec/70000-small.txt'
这个怎么解决?目录结构没有改变。
with open(embedding, 'r', encoding='unicode_escape') as fin:
FileNotFoundError: [Errno 2] No such file or directory: '../word2vec/70000-small.txt'
这个怎么解决?目录结构没有改变。