Invariant-Self-Supervised-Learning icon indicating copy to clipboard operation
Invariant-Self-Supervised-Learning copied to clipboard

Pytorch code for "Improving Self-Supervised Learning by Characterizing Idealized Representations"

Results 1 Invariant-Self-Supervised-Learning issues
Sort by recently updated
recently updated
newest added

Thanks a lot for your brilliant work. I'm trying to use your ImageNet pre-trained model ```dissl_resnet50_dNone_e400_m6``` to train a linear probing and evaluate it on CIFAR-10. I followed the instructions...