guided-diffusion icon indicating copy to clipboard operation
guided-diffusion copied to clipboard

Number of out channels

Open jasonhu4 opened this issue 2 years ago • 1 comments

I am trying to use the pretrained LSUN neural networks to write my own sampling algorithm. When I call model.forward on an image of size 1x3x256x256 with some time, I get an output of size 1x6x256x256. However, shouldn't the output of the network be the noise epsilon associated with the image and therefore be of the same size as the input image? What am I missing here?

jasonhu4 avatar Apr 07 '23 15:04 jasonhu4

3 channels for mean, 3 channels for variance

lowestbuaaer avatar May 28 '23 07:05 lowestbuaaer