Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

调用libffm出错 #7

Open
ColdenChan opened this issue Aug 5, 2019 · 3 comments
Open

调用libffm出错 #7

ColdenChan opened this issue Aug 5, 2019 · 3 comments

Comments

@ColdenChan
Copy link

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
Copy link
Author

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
Copy link
Owner

重新编译一下试试?

@yefangyong
Copy link

make clean

rm -f test *.o

make

亲测有效

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants