Mahir Atmis
Mahir Atmis
should I call restoration method like this? ``` y_t = torch.randn_like(self.gt_image) # y_t will be of shape B,3,H,W self.output, self.visuals = self.netG.restoration(self.cond_image, y_t, sample_num=self.sample_num) ```
Would it affect the inference ? If inference uses the results of the initial prediction the inference will also yield in bad results.
The inference also produces results with white layer. Can you help adress the problem ?