Type Alias Betas

Source
pub type Betas = (f32, f32);
Expand description

(f32, f32O). Type alias for betas in the Adam/AdamW/Adamax optimizer builders due to limitation in the generate_builder macro