-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditional Unet using dataset with one scalar label #29
Comments
Hey you. By a scalar you mean a continuous value within a certain range? That's an interesting question. One thing you could try is normalizing your scalar between 0 and 1 and learn an one dimensional embedding which you multiply the scalar with. Maybe even learning 2 embeddings and linearly interpolating between these two. Or you could think of discretizing your scalar and then learning an embedding for each discrete representation. |
Thanks!
Thank you it helped me :D |
Thanks Dome. I have change the code and it's doing good so far. I have to validate data after training but the training process is working now. These are things that i have changed:
|
Hello,
I am PhD candidate at SNU.
Your repo helped me really good understanding DDPM.
And i want to change this code to train a image labeled by 1 scalar value.
Is there any respository or your comment that i can reference?
thank you very much.
The text was updated successfully, but these errors were encountered: