diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 23:42:58 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 23:42:58 +0100 |
| commit | 3037d8d8febb7a773d786312c557a98b8d21bd39 (patch) | |
| tree | 275363f17383d6febe969461c1fb30f8f39141fd | |
| parent | e6c26febff894e4a602fdd14c8e2fecc31f16b7a (diff) | |
vgg?
| -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 eee51d2..3c44fdb 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 = 100.0 * mse_loss + 1.0 * feat_loss_vgg + loss = 10.0 * mse_loss + 1.0 * feat_loss_vgg z_lr = 0.001 y_lr = 0.001 |
