diff options
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/app/commands/process/random.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/app/commands/process/random.py b/cli/app/commands/process/random.py index 77551aa..900c04f 100644 --- a/cli/app/commands/process/random.py +++ b/cli/app/commands/process/random.py @@ -16,6 +16,9 @@ from PIL import Image def cli(ctx): """ """ + import tensorflow as tf + import tensorflow_hub as hub + module = hub.Module('https://tfhub.dev/deepmind/bigbigan-resnet50/1') # Sample a batch of 8 random latent vectors (z) from the Gaussian prior. Then |
