facebookresearch / suncet

Code to reproduce the results in the FAIR research papers "Semi-Supervised Learning of Visual Features by Non-Parametrically Predicting View Assignments with Support Samples" https://arxiv.org/abs/2104.13963 and "Supervision Accelerates Pre-training in Contrastive Semi-Supervised Learning of Visual Representations" https://arxiv.org/abs/2006.10803
MIT License
486 stars 67 forks source link

Refactored multi-crop #6

Closed MidoAssran closed 3 years ago

MidoAssran commented 3 years ago

The main changes here are re-factoring multi-crop training/forward pass to make it easier to read.