diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-25 18:30:39 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-25 18:30:39 +0100 |
| commit | 176af09d1aa3caeecd454a8fe9754e5cb5dc75ff (patch) | |
| tree | cb184d2f8bb1015d1d23936c472e4e8343497e7b /cli/app/search/search_dense.py | |
| parent | f6fda6b7ab25c8a3745997d7ea5eb3663e51955c (diff) | |
adjust
Diffstat (limited to 'cli/app/search/search_dense.py')
| -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 149b8f6..36fc230 100644 --- a/cli/app/search/search_dense.py +++ b/cli/app/search/search_dense.py @@ -299,7 +299,7 @@ def find_dense_embedding_for_images(params, opt_tag="inverse_" + timestamp(), op # -------------------------- if params.decay_lr: lrate = tf.train.exponential_decay(params.lr, inv_step, - params.inv_it / params.decay_n, 0.1) #, staircase=True) + params.inv_it / params.decay_n, 0.1, staircase=True) else: lrate = tf.constant(params.lr) # trained_params = [label, latent, encoding] |
