Grzegorz Rypeść
Results
2
issues of
Grzegorz Rypeść
if args.loss == 'Proxy_Anchor': param_groups.append({'params': criterion.parameters(), 'lr':float(args.lr) * 100}) elif args.loss == 'Proxy_NCA': param_groups.append({'params': criterion.parameters(), 'lr':float(args.lr)}) Why do you multiply yours lr by 100, but not the other method? In...
Training part of your code is missing, I cannot reproduce your results. Can you share your code?