pytorch-metric-learning
pytorch-metric-learning copied to clipboard
Quadruplet Miners
Hi,
Thanks for this amazing library.
I wanted to know if it is currently feasible to mine quadruplets which qualify certain conditions like in SEMIHARD mode for triplet mining. I would like to mine quadruplets as (anchor, positive, negative1, negative2)
Thanks in advance for your suggestions!
No unfortunately this library doesn't support mining quadruplets. I'm open to suggestions about how it could be implemented though.