mean-teacher icon indicating copy to clipboard operation
mean-teacher copied to clipboard

A state-of-the-art semi-supervised method for image recognition

Results 40 mean-teacher issues
Sort by recently updated
recently updated
newest added

Hi, thank you for your great project! I’m stuck with two problems while trying to test the mean teacher idea as described in your NIPS 2017 presentation with a MNIST...

I would be very grateful if someone show me how to use this code

hi, i have already achieve ~94% with 4000 labels on cifar10. But for my own three classification task, i have 160k labelled data and unlabelled data. i can not get...

I want to transfer the MT framework to a NLP task but I don't understand how to train it with unlabeled data. I have got the idea of the paper,...

Hi, The dataset preparation command in pytroch version of mean-teacher: `pip install git+ssh://[email protected]/pytorch/vision@c31c3d7e0e68e871d2128c8b731698ed3b11b119` is no longer exist. Hope you would update the dataset link later. Thank you!

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...

I am planning to apply mean-teacher for my problem of token classification. Since adding different noise for teacher and student is really important for the approach, i am confused about...

I do not know why it happend. /home/lts/.conda/envs/PCL/bin/python /home/lts/PycharmProject/mean-teacher/pytorch/main.py INFO:main:=> creating model 'cifar_shakeshake26' INFO:main:=> creating EMA model 'cifar_shakeshake26' INFO:main: List of model parameters: ========================= module.conv1.weight 16 * 3 * 3...