Skip to content
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

Suggestions for implementing on a non-image task #6

Open
sgbaird opened this issue Mar 11, 2022 · 1 comment
Open

Suggestions for implementing on a non-image task #6

sgbaird opened this issue Mar 11, 2022 · 1 comment

Comments

@sgbaird
Copy link

sgbaird commented Mar 11, 2022

The application I have in mind doesn't use images, but has a notion of high-resolution, low-resolution, and random noise. Curious if you have thoughts on how to implement a denoising diffusion task on something other than images.

@rosinality
Copy link
Owner

I have seen some cases that used ddpm for the audio domains. I don't know much details of it, but I think same prinicipal for the images could work in other domains. I guess only thing needed to be done is scaling of input values ranges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants