Skip to content

IRED prediction algorithm #2

@JoeSandos

Description

@JoeSandos

Hi! @yilundu @vacancy

Thank you for releasing the code. After examining and running it, I have several questions regarding the prediction algorithm implementation:

  1. In the paper, solution sampling appears to be performed via energy gradient descent. Does this correspond to the self.opt_step function within the p_sample_loop method in class GaussianDiffusion1D?

  2. If so, I noticed that an additional p_sample operation is executed before the gradient descent process. This step doesn't seem to be described in the original sampling algorithm presented in the paper. Could you explain the purpose of this additional operation?

It would be extremely helpful if you could provide detailed explanations or references to the paper of the sampling process workflow and design choices in the code implementation. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions