Closed rahulvigneswaran closed 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?
0 is a special label reserved for unconditional generation.
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?