Skip to content

Instantly share code, notes, and snippets.

@pythonlessons
Created May 30, 2023 08:45
Show Gist options
  • Select an option

  • Save pythonlessons/7d938ed4b2b3dd2836e8db9273a002aa to your computer and use it in GitHub Desktop.

Select an option

Save pythonlessons/7d938ed4b2b3dd2836e8db9273a002aa to your computer and use it in GitHub Desktop.
wgan_gp
# Add instance noise to real and fake samples
real_samples = self.add_instance_noise(real_samples)
fake_samples = self.add_instance_noise(fake_samples)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment