LICENSE
README.md
setup.py
solo/__init__.py
solo/args/__init__.py
solo/args/dataset.py
solo/args/knn.py
solo/args/linear.py
solo/args/pretrain.py
solo/args/umap.py
solo/backbones/__init__.py
solo/backbones/convnext/__init__.py
solo/backbones/convnext/convnext.py
solo/backbones/poolformer/__init__.py
solo/backbones/poolformer/poolformer.py
solo/backbones/resnet/__init__.py
solo/backbones/resnet/resnet.py
solo/backbones/swin/__init__.py
solo/backbones/swin/swin.py
solo/backbones/vit/__init__.py
solo/backbones/vit/vit.py
solo/backbones/vit/vit_mae.py
solo/backbones/vit/vit_mocov3.py
solo/backbones/wide_resnet/__init__.py
solo/backbones/wide_resnet/wide_resnet.py
solo/data/__init__.py
solo/data/classification_dataloader.py
solo/data/dali_dataloader.py
solo/data/h5_dataset.py
solo/data/pretrain_dataloader.py
solo/data/temp_dali_fix.py
solo/losses/__init__.py
solo/losses/barlow.py
solo/losses/byol.py
solo/losses/deepclusterv2.py
solo/losses/dino.py
solo/losses/mae.py
solo/losses/mocov2plus.py
solo/losses/mocov3.py
solo/losses/nnclr.py
solo/losses/noise_regular.py
solo/losses/reg_ortho.py
solo/losses/ressl.py
solo/losses/simclr.py
solo/losses/simsiam.py
solo/losses/swav.py
solo/losses/vibcreg.py
solo/losses/vicreg.py
solo/losses/wmse.py
solo/losses/wn.py
solo/methods/__init__.py
solo/methods/barlow_twins.py
solo/methods/base.py
solo/methods/byol.py
solo/methods/deepclusterv2.py
solo/methods/dino.py
solo/methods/linear.py
solo/methods/mae.py
solo/methods/mocov2plus.py
solo/methods/mocov3.py
solo/methods/nnbyol.py
solo/methods/nnclr.py
solo/methods/nnsiam.py
solo/methods/ressl.py
solo/methods/simclr.py
solo/methods/simsiam.py
solo/methods/supcon.py
solo/methods/swav.py
solo/methods/vibcreg.py
solo/methods/vicreg.py
solo/methods/wmse.py
solo/utils/__init__.py
solo/utils/auto_resumer.py
solo/utils/auto_umap.py
solo/utils/checkpointer.py
solo/utils/kmeans.py
solo/utils/knn.py
solo/utils/lars.py
solo/utils/lr_scheduler.py
solo/utils/metrics.py
solo/utils/misc.py
solo/utils/momentum.py
solo/utils/sinkhorn_knopp.py
solo/utils/whitening.py
solo_learn.egg-info/PKG-INFO
solo_learn.egg-info/SOURCES.txt
solo_learn.egg-info/dependency_links.txt
solo_learn.egg-info/not-zip-safe
solo_learn.egg-info/requires.txt
solo_learn.egg-info/top_level.txt
tests/args/__init__.py
tests/args/test_linear.py
tests/args/test_pretrain.py
tests/backbones/__init__.py
tests/backbones/test_backbones.py
tests/dali/__init__.py
tests/dali/test_dali_dataloader.py
tests/dali/utils.py
tests/data/__init__.py
tests/data/test_classification_dataloader.py
tests/data/test_pretrain_dataloader.py
tests/losses/__init__.py
tests/losses/test_barlow.py
tests/losses/test_byol.py
tests/losses/test_dino.py
tests/losses/test_mocov2plus.py
tests/losses/test_mocov3.py
tests/losses/test_nnclr.py
tests/losses/test_ressl.py
tests/losses/test_simclr.py
tests/losses/test_simsiam.py
tests/losses/test_swav.py
tests/losses/test_vibcreg.py
tests/losses/test_vicreg.py
tests/losses/test_wmse.py
tests/methods/__init__.py
tests/methods/test_barlow_twins.py
tests/methods/test_base.py
tests/methods/test_byol.py
tests/methods/test_deepclusterv2.py
tests/methods/test_dino.py
tests/methods/test_linear.py
tests/methods/test_mae.py
tests/methods/test_mocov2plus.py
tests/methods/test_mocov3.py
tests/methods/test_nnbyol.py
tests/methods/test_nnclr.py
tests/methods/test_nnsiam.py
tests/methods/test_ressl.py
tests/methods/test_simclr.py
tests/methods/test_simsiam.py
tests/methods/test_supcon.py
tests/methods/test_swav.py
tests/methods/test_vibcreg.py
tests/methods/test_vicreg.py
tests/methods/test_wmse.py
tests/methods/utils.py
tests/utils/__init__.py
tests/utils/test_auto_resumer.py
tests/utils/test_auto_umap.py
tests/utils/test_checkpointer.py
tests/utils/test_filter.py
tests/utils/test_gather.py
tests/utils/test_kmeans.py
tests/utils/test_knn.py
tests/utils/test_metrics.py