Skip to content

PyTorch implementations of self-supervised learning algorithms.

Notifications You must be signed in to change notification settings

hgkahng/self-supervised-learning

Repository files navigation

PyTorch Implementation of Self-Supervised Contrastive Learning Algorithms

Requirements

conda update -n base conda  # use 4.8.4 or higher
conda create -n ssl python=3.8
conda activate ssl
conda install anaconda
conda install opencv -c conda-forge
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch
pip install pytorch_lightning
pip install albumentations

About

PyTorch implementations of self-supervised learning algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published