tensorflow / tensorflow/recommenders
Does tensorflow recommenders support terabyte-scale embedding table?
Open
@maciejkula is already working on this.
Since Oct 26, 2020.
question
- Dominant language
- Python
- Stars
- 2k
- Forks
- 300
- PR merge metrics
- No merged PRs in 30d
Description
Dear recommenders authors,
Suppose the number of features is 10^9, and the embedding size is 1000, then the size of the embedding table is 10^12, which is terabyte scale. GPU or CPU, does recommenders support an embedding table this large? And, would parameter server strategy be the only strategy that I should use?
Thank you for your time!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.