allegro/allRank

Shape of the input of the Ordinal Loss

mohuzi opened this issue · 2 comments

:param y_pred: predictions from the model, shape [batch_size, slate_length]

Shouldn't the shape be [batch_size, slate_length, n] in here?
Thanks,

Yes, I believe you're right! Thanks for spotting this, will fix it soon.

Solved in a32a9bc. If that's all, you can close the issue now.