denoising-diffusion-pytorch
denoising-diffusion-pytorch copied to clipboard
Generation from noise give poor result
Hi I had trained on my custom dataset and when the model trained , it produced the checkpoint and sample image file which contains a grid of images. My questions are
- is the grid of images is all generated or denoised images from my training data ?
- when viewed the grid images , they are visually show reasonable correct images but when I used the check point , the produced images are poor than those in the grid of images (generated during training ) .
Thanks