-
Notifications
You must be signed in to change notification settings - Fork 414
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
Checking the weights of the model #33
Comments
did you save the model in a file? |
is it possible to save the model from linux console?
2018-08-20 16:12 GMT+02:00 Chih-Ming Chen <[email protected]>:
… did you save the model in a file?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ARZk39t14VwIRH1W1hO8w__B14aeVlVhks5uSsOwgaJpZM4WEC0U>
.
|
for sgd and als mode, you can use -save_model to save the model parameters |
thanks! Btw. am I using some obsolete documentation? Because I didn't find anything about that in libfm manual |
this is a later added function, and I guess this is the only one not mentioned in the documentation |
Okay,
Thanks again for your help!
pon., 20 sie 2018, 16:35 użytkownik Chih-Ming Chen <[email protected]>
napisał:
… this is a later added function, and I guess this is the only one not
mentioned in the documentation
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ARZk3-KSUxLF1M0pt5SrmLpTWVGuYagjks5uSslMgaJpZM4WEC0U>
.
|
For me load/save model doesnt work: I've built libFM.exe on cygwin, but save_model/load_model doesn't seem to work:
File mod is in place and contains some numbers (mostly zeros).
I tried two repositories from github, both of them don't work as I expect. What am I missing? |
Hi,
how can i lookup the weights of the variables of FM after training?
The text was updated successfully, but these errors were encountered: