| fit_sgdr | R Documentation | 
Fit_sgdr
fit_sgdr(
  object,
  n_cycles,
  cycle_len,
  lr_max = NULL,
  cycle_mult = 2,
  cbs = NULL,
  reset_opt = FALSE,
  wd = NULL
)
| object | learner/model | 
| n_cycles | number of cycles | 
| cycle_len | length of cycle | 
| lr_max | maximum learning rate | 
| cycle_mult | cycle mult | 
| cbs | callbacks | 
| reset_opt | reset optimizer | 
| wd | weight decay | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.