BlueAmulet / BasicSR

Fork of Basic Super-Resolution codes for development. Includes ESRGAN, SFT-GAN for training and testing.
Apache License 2.0
18 stars 1 forks source link

Remove unnecessary call of self.netD for pred_g_fake #7

Closed bscout9956 closed 4 years ago

bscout9956 commented 4 years ago

There is no need for that earlier call as it wasn't even there before to begin with... A little mistake on my end, nothing that breaks anything though.