cs-ranking is currently requiring the user to provide a fixed input size.
There exist different tricks to be able to handle variably sized inputs (e.g. padding to maximum length), but all with their own trade-offs.
Approaches like nested tensors could be useful in solving this issue more elegantly.
cs-ranking is currently requiring the user to provide a fixed input size.
There exist different tricks to be able to handle variably sized inputs (e.g. padding to maximum length), but all with their own trade-offs.
Approaches like nested tensors could be useful in solving this issue more elegantly.