beta_schedule: beta_schedule

View source: R/beta_schedule.r

beta_scheduleR Documentation

beta_schedule

Description

Schedule for beta during the VAE training

Usage

beta_schedule(method = "constant", beta0 = 5e-05, epochs, ...)

Arguments

method

Scheduling method: 'constant', 'monotonic' or 'cyclical_annealing'

beta0

initial beta value

epochs

Number of total epochs

...

Additional arguments


gongx030/seatac documentation built on April 15, 2023, 5:53 a.m.