Shape of the input of the Ordinal Loss
mohuzi opened this issue · 2 comments
mohuzi commented
allRank/allrank/models/losses/ordinal.py
Line 28 in c90b64a
Shouldn't the shape be
[batch_size, slate_length, n]
in here?Thanks,
PrzemekPobrotyn commented
Yes, I believe you're right! Thanks for spotting this, will fix it soon.
sadaharu-inugami commented
Solved in a32a9bc. If that's all, you can close the issue now.