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

Images are 2-D, how to adapt this for 1-D data ? #28

Open
mayank64ce opened this issue Sep 20, 2023 · 4 comments
Open

Images are 2-D, how to adapt this for 1-D data ? #28

mayank64ce opened this issue Sep 20, 2023 · 4 comments

Comments

@mayank64ce
Copy link

No description provided.

@lucidrains
Copy link
Owner

what kind of data are you working with?

@mayank64ce
Copy link
Author

mayank64ce commented Sep 23, 2023

Its like (N, D) shaped data where say N = number of frames of a video and D is the number of parameters extracted from each frame. I am struggling to make the prediction temporally consistent and thats how I found this 3D Unet Idea interesting. I am not sure if UNet 3d will work for me.

@lucidrains
Copy link
Owner

@mayank64ce i see, but could you not just use a 1d unet? i have one here, by popular request some time ago https://github.com/lucidrains/denoising-diffusion-pytorch/blob/main/denoising_diffusion_pytorch/denoising_diffusion_pytorch_1d.py

@mayank64ce
Copy link
Author

I am using unet_1d from diffusers as of now, I am unable to get the generated vectors to be temporally coherent.

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