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

Number of out channels

Open sundeco opened this issue 2 years ago • 1 comments
trafficstars

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?

sundeco avatar Apr 07 '23 15:04 sundeco

3 channels for mean, 3 channels for variance

lowestbuaaer avatar May 28 '23 07:05 lowestbuaaer