score_sde_pytorch icon indicating copy to clipboard operation
score_sde_pytorch copied to clipboard

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

Open rajoy99 opened this issue 1 year ago • 0 comments

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 ?

rajoy99 avatar Jan 15 '24 06:01 rajoy99