Closed hominot closed 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 정도면 성능이 괜찮게 나올겁니다.
Introduce "balanced_pairs" importance sampling.