guided-diffusion
guided-diffusion copied to clipboard
I want to use the guided diffusion model not only in image creation but also in the de-noising task. So, starting with that experiment, I am trying to create clear...
Hi, I'm Goo-Young Moon, a master's degree student at Korea University. I read your paper interestingly while investigating the research on diffusion models. But, I opened the issue as I...
We are training a 3D diffusion model on medical data using this library and facing some instabilities during training. More in detail: The image quality stagnates/decreases after 80+ hours of...
I succeeded in learning guided diffusion using my custom data set. To check the performance of my neural network, I succeeded in generating a moderately noisy image through about 100...
Hello, As the paper explains, the authors experimented with different numbers of residual blocks per resolution level. It is my understanding that the number should be identical for the downsampling...
Thanks very much for the source code. I find there is an inconsistency when calcaluating $p(x_t|x_{t+1},y)$: In paper, at the place after equation (6), gradient is $g=\nabla _ {x_t} \log...
------------------------- | grad_norm | 0.348 | | loss | 0.384 | | loss_q0 | 0.893 | | loss_q1 | 0.483 | | loss_q2 | 0.0522 | | loss_q3 | 0.00336...
Hi, can anybody share the FID of ADM-G on ImageNet 64? I get a worse FID than the unconditional ADM
I've tried to train a classifier for a new dataset,how can I judge when to stop the training?
通过classifier_train训练得到一个分类器,再通过classifier_sample进行采样,得到的NPZ文件包含arr_0和arr_1,我想知道这个arr_1是什么,有什么用?