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 loss function 'neuralNDCG', the input 'y_pred' is the prediction from the model, and it's shape is '[batch_size, slate_length]'. What does the 'slate_length' mean? Is each element in 'y_pred' a similarity score or a ranking value? Can you show a example of the loss function inputs?
The text was updated successfully, but these errors were encountered:
In the loss function 'neuralNDCG', the input 'y_pred' is the prediction from the model, and it's shape is '[batch_size, slate_length]'. What does the 'slate_length' mean? Is each element in 'y_pred' a similarity score or a ranking value? Can you show a example of the loss function inputs?
The text was updated successfully, but these errors were encountered: