Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save pythonlessons/b143f3acf2a842327a05c7c6afc20a7f to your computer and use it in GitHub Desktop.
wgan_gp
from keras import mixed_precision
policy = mixed_precision.Policy('mixed_float16')
mixed_precision.set_global_policy(policy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment