ganomaly icon indicating copy to clipboard operation
ganomaly copied to clipboard

why do forward_d() twice?

Open niuwagege opened this issue 4 years ago • 0 comments

in backward_g(),call self.netd() to get features. self.err_g_adv = self.l_adv(self.netd(self.input)[1], self.netd(self.fake)[1]) why not use self.feat_real and self.feat_fake that you get from forward_d() directly

niuwagege avatar Jun 16 '20 07:06 niuwagege