phrase2vec
phrase2vec copied to clipboard
Unable to open configuration file "imdbtrain.data" for reading
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
same problem here on OS X
just comment this line on phrase2vec.c
//feenableexcept(FE_INVALID | FE_OVERFLOW | FE_UNDERFLOW);