siit-vtt / semi-supervised-learning-pytorch

Several SSL methods (Pi model, Mean Teacher) are implemented in pytorch
MIT License
78 stars 27 forks source link

what is the difference between input and input1 in methods #2

Open AmirBialer opened 3 years ago

AmirBialer commented 3 years ago

example: line 90: input, target, input1 = next(label_iter)

I understood label_iter as carrying X_train_labeled, y_train_labeled. I don't undertstand what input1 represents.. thanks!