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

Questions about the input and output of the Diffusion Decoder Layer #5

Open
Hamusukesama opened this issue Dec 12, 2024 · 0 comments
Open

Comments

@Hamusukesama
Copy link

Hi. Thank you for your brilliant work and look forward to the code!
I have a few questions and hope to get answers:

  1. What is the output of the diffusion layer? Suppose the input is noisy_traj (corresponding to anchor + noise of t steps, 0<t<50)
    a. noise of one step (which is the noise added to anchor and is not related to gt)
    b. offset from noisy_traj to gt
    c. something else
  2. How many diffusion timesteps are involved in training and inference, respectively?
    a. one for training (such as DDPM, t -> t-1 ), and two steps for inference (DDIM, 50 -> 25 -> 0)
    b. something else
    Thank you again!
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

1 participant