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

Question about ISM loss in code #45

Open
jimmychuang95 opened this issue Sep 25, 2024 · 1 comment
Open

Question about ISM loss in code #45

jimmychuang95 opened this issue Sep 25, 2024 · 1 comment

Comments

@jimmychuang95
Copy link

Thanks for the brilliant work!

I have a question regarding the implementation of the loss function. Based on the code provided, should the target be the unet_output at timestep t? If so, would the loss function be expressed as:

[ \epsilon(x_t, t, y) - \epsilon(x_t, t, ∅) ]

instead of:

[ \epsilon(x_t, t, y) - \epsilon(x_s, s, ∅) ]

as mentioned in the paper? I want to ensure I haven't overlooked anything in my understanding.

Thank you in advance for your time and assistance.

pred_scores = pred_scores_xt + pred_scores_xs
target = pred_scores[0][1]

@innocentARJOS
Copy link

same question
should it be like this: target = pred_scores[1][1] ,according to the paper?

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