tqch / v-diffusion-torch

PyTorch Implementation of V-objective Diffusion Probabilistic Models with Classifier-free Guidance
MIT License
29 stars 3 forks source link

Why is target range from 1 to 10? #3

Closed rahulvigneswaran closed 1 year ago

rahulvigneswaran commented 1 year ago

https://github.com/tqch/v-diffusion-torch/blob/fa72fb05b1ff13b06ad57f34bb6cf865a856fac8/v_diffusion/datasets.py#L121

Why is the target range from 1 to 10 instead of the usual 0 to 9?

tqch commented 1 year ago

0 is a special label reserved for unconditional generation.