diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:24:56 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:24:56 +0100 |
| commit | 7c471edbd8e92490bc0cbfd1c8242e75da8c261f (patch) | |
| tree | 9b671dddfb0bb88c7c9c774c4bafddb80f72ac71 /cli/app/search/search_class.py | |
| parent | 660627ad1d6785b8997b3133c60af0461d14f20e (diff) | |
getting latent search updates working...
Diffstat (limited to 'cli/app/search/search_class.py')
| -rw-r--r-- | cli/app/search/search_class.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/search_class.py b/cli/app/search/search_class.py index f13e1fd..dc5b10e 100644 --- a/cli/app/search/search_class.py +++ b/cli/app/search/search_class.py @@ -65,7 +65,7 @@ def find_nearest_vector_for_images(paths, opt_dims, opt_steps, opt_video, opt_ta break out_fns[index] = os.path.basename(path) fp_frames = find_nearest_vector(sess, generator, path, opt_dims, out_images, out_labels, out_latent, opt_steps, index, - opt_stochastic_clipping, opt_label_clipping, opt_use_feature_detector, opt_feature_layers) + opt_stochastic_clipping, opt_label_clipping, opt_use_feature_detector, opt_feature_layers, opt_snapshot_interval) if opt_video: export_video(fp_frames) sess.close() |
