Skip to content

A collection of code from my 2020 summer research in self-supervised pretraining for semi-supervised image classification with SimCLR

Notifications You must be signed in to change notification settings

ryanrudes/simclr_storage_queue

Repository files navigation

SimCLR + Storage-Queue Mechanism

Imagenet

git clone https://github.com/Ryan-Rudes/simclr_storage_queue.git
python3 simclr_storage_queue/url_loader.py
python3 simclr_storage_queue/main.py

Cifar10

git clone https://github.com/Ryan-Rudes/simclr_storage_queue.git
pip3 install -r simclr_storage_queue/requirements.txt
python3 simclr_storage_queue/url_loader.py
python3 simclr_storage_queue/main_cifar10.py

About

A collection of code from my 2020 summer research in self-supervised pretraining for semi-supervised image classification with SimCLR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages