Construct different mini-batches for real and fake, i.e. each mini-batch needs to contain only all real images or all generated images.
when batchnorm is not an option use instance normalization (for each sample, subtract mean and divide by standard deviation).
Construct different mini-batches for real and fake, i.e. each mini-batch needs to contain only all real images or all generated images. when batchnorm is not an option use instance normalization (for each sample, subtract mean and divide by standard deviation).