mlx_rs

Module optimizers

Source
Expand description

Trait and implementations for optimizers.

Structs§

Traits§

Functions§

Type Aliases§

  • Type alias for the beta1 used in Adafactor
  • Option<f32> Type alias for the beta1 used in Adafactor builder due to limitation in the generate_builder macro
  • Option<Array>. Type alias for the learning rate used in Adafactor builder due to limitation in the generate_builder macro
  • Type alias for the epsilon values used in Adafactor builder
  • Type alias for the learning rate used in Adafactor
  • (f32, f32O). Type alias for betas in the Adam/AdamW/Adamax optimizer builders due to limitation in the generate_builder macro
  • Type alias for clipped gradients that is returned by clip_grad_norm.
  • Type alias for common optimizer state.