FixMatch-pytorch
FixMatch-pytorch copied to clipboard
why add a interleave before the input?
Wonderful job! I want to know what role does do_interleave function do, is the performance dropping when removing it?
logits = de_interleave(logits, 2*args.mu+1)