Diffusion-Models-pytorch icon indicating copy to clipboard operation
Diffusion-Models-pytorch copied to clipboard

Training generates images with full red output

Open AdamWojtczak opened this issue 2 years ago • 3 comments
trafficstars

While training on not changed model with a different dataset (portraits of faces) I am getting bunch of full red outputs: image I also changed the code to train on the same dataset but greyscaled before training and as a result I still get monocolored outputs but this time they are either white or black: image Has anyone had the same issue? Is there something I can do to prevent this?

AdamWojtczak avatar Jan 30 '23 13:01 AdamWojtczak

Hey, can you try to train on the original dataset I used and tell me if you get the same results or if this training also does not work.

dome272 avatar Jan 30 '23 13:01 dome272

These are the results of training on landsacapes dataset. What I changed is the batch size. My GPU has only 4 GB so it has to be only 2. image

AdamWojtczak avatar Feb 02 '23 11:02 AdamWojtczak

Interesting, I opened a similar issue for the following repository https://github.com/cloneofsimo/minDiffusion/issues/4

stsavian avatar Feb 16 '23 13:02 stsavian