Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 353 Bytes

File metadata and controls

executable file
·
12 lines (9 loc) · 353 Bytes

Optimizers

DeepSpeed offers high-performance implementations of Adam and Lamb optimizers on CPU and GPU, respectively.

DeepSpeed CPU Adam

.. autoclass:: deepspeed.ops.adam.DeepSpeedCPUAdam

DeepSpeed Fused Lamb

.. autoclass:: deepspeed.ops.adam.DeepSpeedCPUAdam