phrase2vec icon indicating copy to clipboard operation
phrase2vec copied to clipboard

Unable to open configuration file "imdbtrain.data" for reading

Open GuanhuaWang opened this issue 7 years ago • 2 comments

Hi I am running the demo-imdb-vectors.sh demo file on my MAC.

It poses the FANN Error 1: Unable to open configuration file "imdbtrain.data" for reading. ./demo-imdb-vectors.sh: line 23: 644 Segmentation fault: 11 ./paragraph_nn -train imdbtrain.data -test imdbtest.data -output imdb.net -epochs 1000 -error 0.01

GuanhuaWang avatar Jul 19 '16 21:07 GuanhuaWang

same problem here on OS X

vivanov879 avatar Aug 04 '16 11:08 vivanov879

just comment this line on phrase2vec.c

//feenableexcept(FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW);

vivanov879 avatar Aug 04 '16 12:08 vivanov879