Skip to content

Commit 678300d

Browse files
authored
Adding BibTeX entry for TorchVision (pytorch#6690)
* Adding BibTeX entry for TorchVision * Adding CITATION.cff file
1 parent 7268621 commit 678300d

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CITATION.cff

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
cff-version: 1.2.0
2+
title: "TorchVision: PyTorch's Computer Vision library"
3+
message: >-
4+
If you find TorchVision useful in your work, please
5+
consider citing the following BibTeX entry.
6+
type: software
7+
authors:
8+
- given-names: TorchVision maintainers and contributors
9+
url: "https://github.com/pytorch/vision"
10+
license: "BSD-3-Clause"
11+
date-released: "2016-11-06"
12+
journal: "GitHub repository"
13+
publisher: "GitHub"
14+
key: "torchvision2016"

README.rst

+15
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,18 @@ Pre-trained Model License
198198
The pre-trained models provided in this library may have their own licenses or terms and conditions derived from the dataset used for training. It is your responsibility to determine whether you have permission to use the models for your use case.
199199

200200
More specifically, SWAG models are released under the CC-BY-NC 4.0 license. See `SWAG LICENSE <https://github.com/facebookresearch/SWAG/blob/main/LICENSE>`_ for additional details.
201+
202+
Citing TorchVision
203+
==================
204+
205+
If you find TorchVision useful in your work, please consider citing the following BibTeX entry:
206+
```BibTeX
207+
@software{torchvision2016,
208+
title = {TorchVision: PyTorch's Computer Vision library},
209+
author = {TorchVision maintainers and contributors},
210+
year = 2016,
211+
journal = {GitHub repository},
212+
publisher = {GitHub},
213+
howpublished = {\url{https://github.com/pytorch/vision}}
214+
}
215+
```

0 commit comments

Comments
 (0)