Skip to content

Commit 3d8a22a

Browse files
committed
advertise other repo
1 parent b25b0e4 commit 3d8a22a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ imgs = torch.randn(2, 3, 256, 256)
164164
projection, embedding = learner(imgs, return_embedding = True)
165165
```
166166

167+
## Alternatives
168+
169+
If your downstream task involves segmentation, please look at the following repository, which extends BYOL to 'pixel'-level learning.
170+
171+
https://github.com/lucidrains/pixel-level-contrastive-learning
172+
167173
## Citation
168174

169175
```bibtex

0 commit comments

Comments
 (0)