shampoo ======= .. list-table:: Fields :widths: 20 20 40 20 :header-rows: 1 * - Field - Default - Description - Type * - name - ??? - The referenced name of the object to construct - str * - lr - 0.001 - Learning rate - float * - momentum - 0.0 - Momentum - float * - weight_decay - 0.0 - Weight decay - float * - epsilon - 0.0001 - Epsilon - float * - update_freq - 1 - Update frequency - int * - default_decay - True - Whether to decay module params which aren't explicitly specified - bool