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

Requirement to run Single-GPU training #31

Closed 3bao closed 2 years ago

3bao commented 2 years ago

What is the minimum GPU requirement to run the Single-GPU training? Thanks!

MidoAssran commented 2 years ago

Hi @3bao,

Assuming you've already cloned the repo and installed the following packages:

After that you can just follow the instructions here In short, you just need to

You can see an example config file for single-GPU training on CIFAR10 here