thunlp / NRE

Neural Relation Extraction, including CNN, PCNN, CNN+ATT, PCNN+ATT
MIT License
810 stars 309 forks source link

am I missing something? #22

Closed SeekPoint closed 6 years ago

SeekPoint commented 6 years ago

mldl@mldlUB1604:~/ub16_prj/NRE/CNN+ATT$ ./train Init Begin. wordTotal= 114042 Word dimension= 50 Segmentation fault (core dumped) mldl@mldlUB1604:~/ub16_prj/NRE/CNN+ATT$ ll ../data total 215124 drwxr-xr-x 2 mldl mldl 4096 5月 2 03:29 ./ drwxrwxr-x 10 mldl mldl 4096 5月 2 03:29 ../ -rw-r--r-- 1 mldl mldl 584570 7月 16 2016 entity2id.txt -rw-r--r-- 1 mldl mldl 1851 7月 16 2016 relation2id.txt -rw-r--r-- 1 mldl mldl 48268627 7月 16 2016 test.txt -rw-r--r-- 1 mldl mldl 147456013 7月 16 2016 train.txt -rw-r--r-- 1 mldl mldl 23955231 7月 16 2016 vec.bin mldl@mldlUB1604:~/ub16_prj/NRE/CNN+ATT$

Mrlyk423 commented 6 years ago

The data folder is "../data/RE" instead of "../data".