From 93ffa86d32844e2517409bf507d38e2f766011e3 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 8 Jan 2020 11:28:00 +0100 Subject: reprocess --- cli/app/search/search_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/search/search_class.py') diff --git a/cli/app/search/search_class.py b/cli/app/search/search_class.py index 25bc1fd..fb672c3 100644 --- a/cli/app/search/search_class.py +++ b/cli/app/search/search_class.py @@ -98,7 +98,7 @@ def find_nearest_vector(sess, generator, opt_fp_in, opt_dims, out_images, out_la ## clip the Z encoding - opt_clip = 2.0 + opt_clip = 1.0 clipped_encoding = tf.where(tf.abs(input_z) >= opt_clip, tf.random.uniform([batch_size, z_dim], minval=-opt_clip, maxval=opt_clip), input_z) -- cgit v1.2.3-70-g09d2