chengstone / kaggle_criteo_ctr_challenge-

This is a kaggle challenge project called Display Advertising Challenge by CriteoLabs at 2014.这是2014年由CriteoLabs在kaggle上发起的广告点击率预估挑战项目。
MIT License
357 stars 128 forks source link

调用libffm出错 #7

Open ColdenChan opened 4 years ago

ColdenChan commented 4 years ago

colden@server602:~/RS/kaggle_criteo_ctr_challenge-$ ./libffm/libffm/ffm-train --auto-stop -r 0.1 -t 32 -s 1 -p ./data/valid_ffm.txt ./data/train_ffm.txt model_ffm -bash: ./libffm/libffm/ffm-train: cannot execute binary file: Exec format error

不知道为什么

ColdenChan commented 4 years ago

colden@server602:~/RS/kaggle_criteo_ctr_challenge-$ ./libffm/libffm/ffm-train --auto-stop -r 0.1 -t 32 -s 1 -p ./data/valid_ffm.txt ./data/train_ffm.txt model_ffm -bash: ./libffm/libffm/ffm-train: cannot execute binary file: Exec format error

不知道为什么

我看您的代码运行到这一步的时候会显示: 'First check if the text file has already been converted to binary format (1.3 seconds)\n', 'Binary file found. Skip converting text to binary\n', 'First check if the text file has already been converted to binary format (0.2 seconds)\n', 'Binary file found. Skip converting text to binary\n', 但我的直接就文件格式不对了

chengstone commented 4 years ago

重新编译一下试试?

yefangyong commented 1 year ago

make clean

rm -f test *.o

make

亲测有效