Confusezius / Revisiting_Deep_Metric_Learning_PyTorch

(ICML 2020) This repo contains code for our paper "Revisiting Training Strategies and Generalization Performance in Deep Metric Learning" (https://arxiv.org/abs/2002.08473) to facilitate consistent research in the field of Deep Metric Learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing attributes in multisimilarity.py

HRamses opened this issue · comments

Hi!

I noticed that "self.ALLOWED_MINING_OPS" "self.REQUIRES_BATCHMINER" and "self.REQUIRES_OPTIM" are missing as attributes in the multisimilarity criterion class.

This repo is really awesome btw!

Thanks for the kind words and pointing out the issue! If fixed it now in the latest commit :).