From 260a2863675d03034bdb5b30ba04f9288f8bb33d Mon Sep 17 00:00:00 2001 From: ozanciga Date: Tue, 1 Dec 2020 18:41:24 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 07666a4..1b9709a 100644 --- a/README.md +++ b/README.md @@ -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} +} +```