From 2a97f6f2bbf94df79f378cbb896a967fe6a051f8 Mon Sep 17 00:00:00 2001 From: nttstar Date: Tue, 15 Jan 2019 22:16:44 +0800 Subject: [PATCH] default lr for triplet --- recognition/sample_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recognition/sample_config.py b/recognition/sample_config.py index 31d9a10..47a63fc 100644 --- a/recognition/sample_config.py +++ b/recognition/sample_config.py @@ -99,6 +99,7 @@ loss.triplet.triplet_alpha = 0.3 loss.triplet.triplet_bag_size = 7200 loss.triplet.triplet_max_ap = 0.0 loss.triplet.per_batch_size = 60 +loss.triplet.lr = 0.05 loss.atriplet = edict() loss.atriplet.loss_name = 'atriplet' @@ -107,6 +108,7 @@ loss.atriplet.triplet_alpha = 0.35 loss.atriplet.triplet_bag_size = 7200 loss.atriplet.triplet_max_ap = 0.0 loss.atriplet.per_batch_size = 60 +loss.atriplet.lr = 0.05 # default settings default = edict()