Hi, thank you for the awesome work! As I read through the codebase, I found that the timestep was not rescaled during training and inference. Specifically, training code here takes in t ranging from 0 to 999, while inference code here takes in t ranging from 0 to 50. Will this be a problem for reconstructing the image, or this is just a minor detail not affecting the final performance a lot?
Hi, thank you for the awesome work! As I read through the codebase, I found that the timestep was not rescaled during training and inference. Specifically, training code here takes in t ranging from 0 to 999, while inference code here takes in t ranging from 0 to 50. Will this be a problem for reconstructing the image, or this is just a minor detail not affecting the final performance a lot?