microsoft / Semi-supervised-learning

A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
https://usb.readthedocs.io
MIT License
1.33k stars 176 forks source link

Any plan to add meta pseudo labels? #176

Closed fclof closed 10 months ago

Hhhhhhao commented 11 months ago

We have implemented meta pseudo labels before, you can find it in TorchSSL. The reason we didn't add it here is because the re-implementation performance is quite far from those reported in the paper.

fclof commented 10 months ago

I see, thanks!