Anh Nguyen (Aengus)
Results
1
issues of
Anh Nguyen (Aengus)
https://github.com/huggingface/diffusers/blob/acd317810bc138b3a78fa30e1b3da1006c1d60ad/examples/unconditional_image_generation/train_unconditional.py#L421-L428 1. Big issue: `alpha_t / (1 - alpha_t)` is the **signal-to-noise ratio (SNR)**. The weighting scheme `snr_weights` is different from the paper and doesn't make sense because the weight...