Function tch::nn::adamw

source · []
pub fn adamw(beta1: f64, beta2: f64, wd: f64) -> AdamW
Expand description

Creates the configuration for the AdamW optimizer.