denoising-diffusion-pytorch icon indicating copy to clipboard operation
denoising-diffusion-pytorch copied to clipboard

Comparison between P2-Gamma and No P2-Gamma

Open Mut1nyJD opened this issue 2 years ago • 2 comments

Hi Lucidrains,

Well a bit late but now I successfully conducted a test between using P2-Gamma while training and one without

I made a little comparison video:

https://www.youtube.com/watch?v=3k68aI5QdVU

(Gamma weight is displayed in the video)

I trained my custom dataset for 30 epochs. Using cosine schedule, L2 norm and 500 timesteps UNet structure has 128 channels base and using multiplier 1,1,2,4. Image size of training image is 256^2

Well you have to go through the video frame by frame basically to see the what happens. I did not compute any FID metrics (yet). By eyeballing I would say P2-Gamma seems to converge to better results slightly early but it is really hard to say at least in this example

Mut1nyJD avatar Jul 29 '22 16:07 Mut1nyJD

What's the dataset? It's very hard to compare at an early stage. Some methods converge faster but to a less optimal state.

askerlee avatar Aug 12 '22 08:08 askerlee

I find it converge fast too, the loss looks great, but I can't use it to get a good result, wonder why?

liangbingzhao avatar Sep 22 '22 06:09 liangbingzhao