diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-22 21:28:29 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-22 21:28:29 +0100 |
| commit | 51fef73a60258d16d668fc9da9c34509aefe9204 (patch) | |
| tree | 1058bd669e1c6ac1f95528c101e1dba204c43b15 /cli/app | |
| parent | 8bba25fe254765dc44eae2c793e2b6234a3f0a94 (diff) | |
more vgg
Diffstat (limited to 'cli/app')
| -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 d88f51c..b0c95bb 100644 --- a/cli/app/search/search_class.py +++ b/cli/app/search/search_class.py @@ -174,7 +174,7 @@ def find_nearest_vector(sess, generator, opt_fp_in, opt_dims, out_images, out_la feat_loss_vgg, img_feat_err_vgg = feature_loss_vgg(None, opt_feature_layers, batch_size, gen_img_ch, target_img_ch, None, None, height, width) - loss = 1.0 * mse_loss + 10.0 * feat_loss_vgg + loss = 1.0 * mse_loss + 20.0 * feat_loss_vgg z_lr = 0.001 y_lr = 0.001 |
