yassouali / awesome-semi-supervised-learning

😎 An up-to-date & curated list of awesome semi-supervised learning papers, methods & resources.
MIT License
1.77k stars 223 forks source link

Add SSL code base. #38

Closed qianlanwyd closed 2 years ago

qianlanwyd commented 2 years ago

TorchSSL is A all-in-one toolkit based on PyTorch for semi-supervised learning (SSL). We implmented 9 popular SSL algorithms to enable fair comparison and boost the development of SSL algorithms. https://github.com/TorchSSL/TorchSSL

yassouali commented 2 years ago

Good idea, thank you.