metrix
metrix copied to clipboard
This repo contains the official implementation of ICLR 2022 paper "It Takes Two to Tango: Mixup for Deep Metric Learning".
Hello, a nice work for metric learning ! I'm interesting for the method and want to re-produce the results. Can you provide the training script for each dataset (e.g., CUB200...
``` elif args.loss == 'multisimilarity': if args.mode == 'baseline': loss, losses_per_epoch = baseline_multisimilarity(inputs, target, model, distance, miner, alpha, beta, base, opt, losses_per_epoch) elif args.mode == 'input': print('We are sorry, MultiSimilarity...