newbie2niubility
Results
1
comments of
newbie2niubility
Hi @yutoe05, For the fomula of generating x_{t} from x_{t-1}, the coefficient before noise is sqrt_beta_t. So I guess `torch.linspace(linear_start ** 0.5, linear_end ** 0.5, n_timestep, dtype=torch.float64) ** 2` means...