Model Requirements
Determine the number of parameters in the model (P)
Identify the data type used for the model parameters
Calculate the storage size of the model (S)
Estimate the memory required for inference (M_inf)
Estimate the memory required for training (M_train)
Consider memory requirements for gradients and optimizer states
Consider memory-efficient training techniques
Last updated
Was this helpful?

