diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-11 00:04:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-11 00:04:26 +0100 |
| commit | cc4b6f510c984d70c4943e1f9a06082a0b1df381 (patch) | |
| tree | df779c96442d78df9a5b69fa682135cd252c8dc5 /cli/app/commands | |
| parent | 890be0143f8e32e79d91b56a653c01072b532990 (diff) | |
steps
Diffstat (limited to 'cli/app/commands')
| -rw-r--r-- | cli/app/commands/biggan/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/commands/biggan/search.py b/cli/app/commands/biggan/search.py index 0073769..a2e73eb 100644 --- a/cli/app/commands/biggan/search.py +++ b/cli/app/commands/biggan/search.py @@ -19,7 +19,7 @@ import h5py from app.search.json import save_params_latent, save_params_dense from app.search.image import image_to_uint8, imconvert_uint8, imconvert_float32, \ - imread, imwrite, imgrid + imread, imwrite, imgrid, resize_and_crop_image from app.search.vector import truncated_z_sample, truncated_z_single, create_labels @click.command('') |
