mean-teacher
mean-teacher copied to clipboard
Question about DataLoader
Hi! Awesome work by the way. I am curious from which part of your code let you get (input, ema_input). The TwoStreamBatchSampler seem to return a single batch (not as a tuple of two batches). I am just wondering from which part of the code let the DataLoader return a tuple of (input, ema_input) Looking forward to your reply. Thanks in advance!
I am also confused.
Hi! Awesome work by the way. I am curious from which part of your code let you get (input, ema_input). The TwoStreamBatchSampler seem to return a single batch (not as a tuple of two batches). I am just wondering from which part of the code let the DataLoader return a tuple of (input, ema_input) Looking forward to your reply. Thanks in advance!
I am also confused, and I think the ema_input should be the same with the input.
please see https://github.com/CuriousAI/mean-teacher/issues/17%20%20 , the answer of tarvaina can help you !
邮件已收到!