Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: cecill-b
|
| 4 |
+
license_link: https://cecill.info/licences.fr.html
|
| 5 |
+
---
|
| 6 |
+
Pretrained checkpoints used in the "Decoupled Contrastive Learning" nidl tutorial
|
| 7 |
+
for DCL and SimCLR trained on CIFAR10 for different batch sizes.
|
| 8 |
+
|
| 9 |
+
Official nidl source code repo: https://github.com/neurospin-deepinsight/nidl/tree/main.
|