唐孟

Results 3 issues of 唐孟

noise = default(noise, lambda: torch.randn_like(y_0)) y_noisy = self.q_sample( y_0=y_0, t=t, noise=noise) if mask is not None: noise_hat = self.denoise_fn(torch.cat([y_cond, y_noisy*mask+(1.-mask)*y_0], dim=1), t) loss = self.loss_fn(mask*noise, mask*noise_hat) else: noise_hat = self.denoise_fn(torch.cat([y_cond,...

Some of the results are full of noise. And there are few results successful to me. Maybe like this. ![image](https://github.com/Janspiry/Palette-Image-to-Image-Diffusion-Models/assets/89788203/7dd7bd55-ac8d-491f-aa98-f9135d5c6831) ![image](https://github.com/Janspiry/Palette-Image-to-Image-Diffusion-Models/assets/89788203/e6cae48c-b248-4073-a384-55f35fae02e8)

Thanks for your nice work. I want to know the ssim and psnr value is mean±std. That mean one model run on one model only once? How does the p...