Semi-supervised-learning
Semi-supervised-learning copied to clipboard
Is this a bug of algorithm mean teacher?
https://github.com/microsoft/Semi-supervised-learning/blob/6cf697e6968f9f77040a9e0162306436a91a00dc/semilearn/algorithms/meanteacher/meanteacher.py#L54-L56
we get outs_x_ulb_s in line 54, but we use outs_x_ulb_w in line 55 and 56?