"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e4356d64885382c2bb61a28f2ba2b6e4d5f52d23"
Unverified Commit 678300d0 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Adding BibTeX entry for TorchVision (#6690)

* Adding BibTeX entry for TorchVision

* Adding CITATION.cff file
parent 72686211
cff-version: 1.2.0
title: "TorchVision: PyTorch's Computer Vision library"
message: >-
If you find TorchVision useful in your work, please
consider citing the following BibTeX entry.
type: software
authors:
- given-names: TorchVision maintainers and contributors
url: "https://github.com/pytorch/vision"
license: "BSD-3-Clause"
date-released: "2016-11-06"
journal: "GitHub repository"
publisher: "GitHub"
key: "torchvision2016"
...@@ -198,3 +198,18 @@ Pre-trained Model License ...@@ -198,3 +198,18 @@ Pre-trained Model License
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. 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.
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. 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.
Citing TorchVision
==================
If you find TorchVision useful in your work, please consider citing the following BibTeX entry:
```BibTeX
@software{torchvision2016,
title = {TorchVision: PyTorch's Computer Vision library},
author = {TorchVision maintainers and contributors},
year = 2016,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/pytorch/vision}}
}
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment