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

How to calculate the score of a new unseen datapoint by a score based diffusion model? #55

Open
rajoy99 opened this issue Jan 15, 2024 · 0 comments

Comments

@rajoy99
Copy link

rajoy99 commented Jan 15, 2024

I have a pretrained score based diffusion model trained on 64X64 images. Now I want to calculate the score of a new image(of same dimension) through this pre-trained neural network.

The score network takes two inputs :

  1. x_t : Sample at timestamp t
  2. t : timestamp
    How should I calculate the score of a new image via this pre-trained neural network ?
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