From a5685dd23cb64618b741ee454b12e8d33dcbea89 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 2 Dec 2019 00:32:14 +0100 Subject: random --- cli/app/commands/process/random.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli') 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 -- cgit v1.2.3-70-g09d2