yusanshi / news-recommendation

Implementations of some methods in news recommendation.
MIT License
241 stars 50 forks source link

About the calculation of Loss #25

Closed LXXiaogege closed 2 years ago

LXXiaogege commented 2 years ago

In your code ,you initialize all the real labels to zero and evaluate with pred_y ,why is that?