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

Can't run example code #18

Open
josepablog opened this issue Nov 11, 2016 · 3 comments
Open

Can't run example code #18

josepablog opened this issue Nov 11, 2016 · 3 comments

Comments

@josepablog
Copy link

Although I wasn't able to build on MacOS, the project built on Linux. However, I try to follow the example steps, and it breaks when I try to build a model:

build/difacto data_in=data/gisette_scale val_data=data/gisette_scale.t lr=.02 V_dim=2 V_lr=.001

The error is:

terminate called after throwing an instance of 'dmlc::ParamError'
  what():  Required parameter batch_size of int is not presented
Aborted (core dumped)

@CNevd
Copy link

CNevd commented Nov 12, 2016

pls set batch_size in ur command

@xujianjlu
Copy link

build/difacto data_in=data/gisette_scale val_data=data/gisette_scale.t lr=.02 V_dim=2 V_lr=.001 batch_size=10240 model_out=./fm.model task=train learner=lbfgs

this is my run command, and it worked done, but I can't find the output model file, where is it ???

@waterzxj
Copy link

same question

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

4 participants