LINE icon indicating copy to clipboard operation
LINE copied to clipboard

Problem with init_rho

Open freekot opened this issue 9 years ago • 2 comments

I get Illegal instruction(coredump) at line 385 line.cpp: printf("Initial rho: %lf\n", init_rho); when I run with the options in train_youtube.sh: ./line -train net_youtube_dense.txt -output vec_1st_wo_norm.txt -binary 1 -size 128 -order 1 -negative 5 -samples 10000 -threads 40

When this line is commented out the program is running

freekot avatar Jun 24 '15 14:06 freekot

I got coredump running the Linux version.

ronxin avatar Oct 06 '15 18:10 ronxin

for the variables that are declared as "real", is there a specific library that needs to be installed?

while compiling i am getting an error saying "‘real’ does not name a type;".

prashantkodali avatar Jul 08 '19 09:07 prashantkodali