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

deepFM issue with ml-1m dataset #4

Open
xray1111 opened this issue Aug 16, 2017 · 4 comments
Open

deepFM issue with ml-1m dataset #4

xray1111 opened this issue Aug 16, 2017 · 4 comments

Comments

@xray1111
Copy link

xray1111 commented Aug 16, 2017

Hi, I met with a strange problem while training deepFM model using ml-1m dataset: if enabling "is_use_fm_part" flag to True, the training process won't converge and the rmse value will become bigger and bigger(and the loss does decrease!). But if switching the flag off, just using dnn only, it seems ok. I only change the deepFM.py a little: For comparing the predicted rating with the GT value, I removed the softmax activation function for the last layer, and then output rmse error instead of auc.

@Leavingseason
Copy link
Owner

Leavingseason commented Aug 18, 2017 via email

@Leavingseason
Copy link
Owner

@xray1111 hey I am back now. Have you resolved the problem?

@xray1111
Copy link
Author

xray1111 commented Sep 6, 2017

@Leavingseason Sorry for late response, that problem may caused by a wrong when calcuating RMSE, I changed the code then it's fine. Thanks!

@nitinsurya
Copy link

nitinsurya commented Oct 3, 2017

Hi @xray1111 , could you share the code to run the deepFM with ml-1m dataset. I am a unclear on how to create the values.
Or a description about the S1_4 dataset would be great

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