View source: R/beta_schedule.r
beta_schedule | R Documentation |
Schedule for beta during the VAE training
beta_schedule(method = "constant", beta0 = 5e-05, epochs, ...)
method |
Scheduling method: 'constant', 'monotonic' or 'cyclical_annealing' |
beta0 |
initial beta value |
epochs |
Number of total epochs |
... |
Additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.