Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanciga authored Dec 1, 2020
1 parent 570d3f7 commit 260a286
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,15 @@ images = torch.rand((10, 3, 224, 224), device='cuda')
out = model(images)
```

# Citation
Please use below to cite this paper if you find this repository useful or if you use pretrained models shared here in your research.

```
@article{SelfSupervisedHisto,
title={Self supervised contrastive learning for digital histopathology},
author={Ciga Ozan, Xu Tony, Martel Anne},
journal={arXiv preprint arXiv:2011.13971},
year={2020}
}
```

0 comments on commit 260a286

Please sign in to comment.