srendle / libfm

Library for factorization machines
GNU General Public License v3.0
1.49k stars 414 forks source link

save_model parameter not found #40

Open fooSynaptic opened 4 years ago

fooSynaptic commented 4 years ago

while i try to save model train with sgd the error rise:

../bin/libFM -task c -train sampleRatingData.dat.libfm -test sampleRatingData.dat.libfm -dim ’1,1,8’ -out sample.res -rlog sample.log -method sgd -learn_rate 0.001 -regular '0,0,0.001' -save_model model.fm 
----------------------------------------------------------------------------
libFM
  Version: 1.4.2
  Author:  Steffen Rendle, srendle@libfm.org
  WWW:     http://www.libfm.org/
This program comes with ABSOLUTELY NO WARRANTY; for details see license.txt.
This is free software, and you are welcome to redistribute it under certain
conditions; for details see license.txt.
----------------------------------------------------------------------------

ERROR: the parameter save_model does not exist

Some people claim the model can saved by sgm-trained model with save_model flag, how to fix this?