xhhong
Results
1
issues of
xhhong
Hi~ Thanks for your work. There are some question about RAGAN-LS loss, the implementation in code is self.loss_D = (torch.mean((self.pred_real - torch.mean(self.fake_pool.query()) - 1) ** 2) + torch.mean((self.pred_fake - torch.mean(self.real_pool.query())...