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
Correction of documentation on KeyjaggedTensor implied batch size (#3197)
Summary:
Pull Request resolved: #3197
TorchRec's "concepts" page incorrectly declared that the implied batch size for a `KeyJaggedTensor` is the number of features divided by the length of the `lengths` tensor.
It is in fact the lenght of `lenghts` divded by the number of keys. This diff corrects that.
Reviewed By: iamzainhuda
Differential Revision: D78375136
fbshipit-source-id: 10bd20f4328c2deae0a65aa059c38853b2f3b4d1
0 commit comments