Unverified Commit 51e8dace authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

fix README rendering (#6980)

parent 678300d0
...@@ -203,13 +203,14 @@ Citing TorchVision ...@@ -203,13 +203,14 @@ Citing TorchVision
================== ==================
If you find TorchVision useful in your work, please consider citing the following BibTeX entry: If you find TorchVision useful in your work, please consider citing the following BibTeX entry:
```BibTeX
@software{torchvision2016, .. code:: bibtex
title = {TorchVision: PyTorch's Computer Vision library},
author = {TorchVision maintainers and contributors}, @software{torchvision2016,
year = 2016, title = {TorchVision: PyTorch's Computer Vision library},
journal = {GitHub repository}, author = {TorchVision maintainers and contributors},
publisher = {GitHub}, year = 2016,
howpublished = {\url{https://github.com/pytorch/vision}} 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