mswellhao / chineseNER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IOError: [Errno 2] No such file or directory: 'vector/baidu_charvectors_150'

molyswu opened this issue · comments

Hi,
python main.py extract --model model.NER --corpus data/rawdata --output result
choose model type .................. LSTMbaseline
Traceback (most recent call last):
File "main.py", line 291, in
main(args)
File "main.py", line 14, in main
embeddings = pickle.load(open(args.embeddings))
IOError: [Errno 2] No such file or directory: 'vector/baidu_charvectors_150'
molyswu
Thank you!