Skip to content

Files

Latest commit

 

History

History

recommendation-ranking

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Reference

The popular public dataset Criteo 1TB contains around one billion feature IDs. If embedding_dims is set to 128, then it requires 512 GB storage to accommodate the Embedding parameters. Moreover, if using the Adam optimizer, the required storage will spike to 1536 GB because of the need to store the extra status variables:m and v.