diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 10:21:55 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-20 10:21:55 +0100 |
| commit | b8377075977b781a7495d0fe14d834a382e74306 (patch) | |
| tree | ae4d087951d5be8c5dfa5bb0257bc09fb8ed1a84 /cli/app/search | |
| parent | 9a5f016517eb98e25e01b1ed61614e98a78871b9 (diff) | |
more mse
Diffstat (limited to 'cli/app/search')
| -rw-r--r-- | cli/app/search/search_dense.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/search_dense.py b/cli/app/search/search_dense.py index b2c77f4..3c8a98c 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -312,7 +312,7 @@ def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), op # img_feat_err_quint = tf.constant(0.0) # img_rec_err = params.lambda_mse * img_mse_err + params.lambda_feat * img_feat_err - inv_loss = 100.0 * mse_loss + feat_loss + inv_loss = 200.0 * mse_loss + feat_loss # inv_loss_quad = (params.lambda_mse * mse_loss_quad + params.lambda_feat * feat_loss_quad) # inv_loss_quint = params.lambda_mse * mse_loss_quint + params.lambda_feat * feat_loss_quint |
