pytorch-metric-learning icon indicating copy to clipboard operation
pytorch-metric-learning copied to clipboard

add compatibility of distributedwrapper for two stream input

Open NoTody opened this issue 2 years ago • 0 comments

Add compatibility of distributedwrapper for two stream input, so wrapped miner and loss can also use forward as self.miner(query_embed, labels, doc_embed, labels.clone()) and self.loss(query_embed, labels, doc_embed, labels.clone())

NoTody avatar Jul 21 '22 23:07 NoTody