Franck-Dernoncourt / NeuroNER

Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results.
http://neuroner.com
MIT License
1.7k stars 475 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '../output/CDR_CHED_2019-01-04_23-04-44-639986/000_train.txt_conll_evaluation.txt' #1 #131

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi,

I get the above error when I use baseline config with NeuroNER with word2vec wiki-pubmed-pmc.txt embeddings. However, it works fine when I test NeuroNER with Glove embeddings. Do you have any idea why the evaluation file is not being written in the output folder?

I am able to run with PMC only embeddings but not with the bigger one. I know this has been answered before and increasing swap file size sorted the issue, but for me its not the case.