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
I am trying to build a model based on tensorflow ranking. The project will try to learn the ranking rule of some online service. My features are 0-1 scaled properties of listings and labels are the numeric ranks (Positive whole numbers > 0, 1 - 500 usually).
Hi,
I am trying to build a model based on tensorflow ranking. The project will try to learn the ranking rule of some online service. My features are 0-1 scaled properties of listings and labels are the numeric ranks (Positive whole numbers > 0, 1 - 500 usually).
Here is my model,
And here are the compilation and training statements,
The datasets are properly intialized. My device is a M2 Macbook.
Any loss function I use in the tfr package, it calculates 0 in all epochs. What I am doing wrong?
Moreover, the
ndcg
metric is getting calculated to infinity.The text was updated successfully, but these errors were encountered: