tqch/v-diffusion-torch

Why is target range from 1 to 10?

Closed this issue · 1 comments

"target_transform": lambda y: y + 1,

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

tqch commented

0 is a special label reserved for unconditional generation.