You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file test_movielens.py, the class NeuMF_my_tail() is imported. But it seems only the cross-entropy loss and regularization loss are used.
But as the paper put it, the loss contains Domain Adaptation Loss, Center-wise Loss and Pseudo Label Loss.
Have I missed anything?
The text was updated successfully, but these errors were encountered:
In the file test_movielens.py, the class NeuMF_my_tail() is imported. But it seems only the cross-entropy loss and regularization loss are used.
But as the paper put it, the loss contains Domain Adaptation Loss, Center-wise Loss and Pseudo Label Loss.
Have I missed anything?
The text was updated successfully, but these errors were encountered: