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

ffm-train not found #3

Closed
JoshuaC3 opened this issue Aug 9, 2016 · 2 comments
Closed

ffm-train not found #3

JoshuaC3 opened this issue Aug 9, 2016 · 2 comments

Comments

@JoshuaC3
Copy link

JoshuaC3 commented Aug 9, 2016

Hi, I am trying to use libffm on ubuntu 16.04. I have C++11 and OpenMP installed via apt-get, downloaded libffm and did make. I am in the libffm dir and ran and got the following.

josh:~/libffm-master$ ffm-train bigdata.tr.txt model
ffm-train: command not found

When I check the dir you can see it is there

josh@josh-HP-ZBook-17-G2:~/libffm-master$ dir
bigdata.te.txt  ffm.cpp  ffm-predict      ffm-train.cpp  README
bigdata.tr.txt  ffm.h    ffm-predict.cpp  Makefile
COPYRIGHT   ffm.o    ffm-train    Makefile.win

Any help would be great. Thanks.

@ycjuan
Copy link
Owner

ycjuan commented Aug 12, 2016

I guess you should try: $ ./ffm-train bigdata.tr.txt model

@ycjuan ycjuan closed this as completed Aug 12, 2016
@JoshuaC3
Copy link
Author

This worked. Many thanks

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

2 participants