Skip to main content

Module optim

Module optim 

Source
Expand description

Optimizers (roadmap v4, Stage 9): AdamW with decoupled weight decay and optional global gradient-norm clipping. Backend-agnostic — state lives on the same device as the parameters and updates run through ops.

Structs§

AdamW
AdamWOpts