hominot / metric_learning

0 stars 0 forks source link

Fix importance weights. #60

Closed hominot closed 5 years ago

hominot commented 5 years ago

Introduce "balanced_pairs" importance sampling.

hominot commented 5 years ago

@ty91 "new_importance_sampling" 대신 "balanced_pairs" 로 실험 재개 부탁드립니다.

example conf:

...
'loss': {'name': 'l1_contrastive', 'alpha': 8.0, 'balanced_pairs': True, 'l': 20},
...

l1_contrastive의 경우 "l" = 20 정도면 성능이 괜찮게 나올겁니다.