YU1ut/MixMatch-pytorch

why unlabel numbers two times than label?

daixiangzi opened this issue · 2 comments

(inputs_u, inputs_u2), _ = unlabeled_train_iter.next()
not should label numbers == unlabeled numbers?

YU1ut commented

It is two different augmentations on the same unlabeled data.