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
Customers need to be able to train models that exceed the memory of a single GPU. Recommender Systems models can grow to over hundreds of millions of users and items , which isn’t feasible to store on a single GPU.
Goal
HugeCTR SOK implementation in Models library
Make embedding layers more performant - ( Based on JoC example - 40% more efficient )
The text was updated successfully, but these errors were encountered:
viswa-nvidia
changed the title
[EPIC] Make embedding layers more performant and scalable
[ERMP] Make embedding layers more performant and scalable
Jun 22, 2022
Problem
Customers need to be able to train models that exceed the memory of a single GPU. Recommender Systems models can grow to over hundreds of millions of users and items , which isn’t feasible to store on a single GPU.
Goal
##Stories
The text was updated successfully, but these errors were encountered: