Skip to content

Commit 9bd2276

Browse files
committed
2 parents a17055f + 332d1f6 commit 9bd2276

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
<h1 align="center">
1+
<h1>
22
<a href="https://github.com/KevinMusgrave/pytorch-metric-learning">
3-
<img alt="Logo" src="https://github.com/KevinMusgrave/pytorch-metric-learning/blob/master/docs/imgs/Logo2.png">
3+
<img alt="PyTorch Metric Learning" src="https://github.com/KevinMusgrave/pytorch-metric-learning/blob/master/docs/imgs/Logo2.png">
44
</a>
5-
</h2>
5+
</h1>
6+
67
<p align="center">
7-
<a href="https://badge.fury.io/py/pytorch-metric-learning">
8-
<img alt="PyPi version" src="https://badge.fury.io/py/pytorch-metric-learning.svg?">
8+
<a href="https://pypi.org/project/pytorch-metric-learning">
9+
<img alt="PyPi version" src="https://img.shields.io/pypi/v/pytorch-metric-learning?color=bright-green">
910
</a>
11+
12+
1013

1114
<a href="https://anaconda.org/conda-forge/pytorch-metric-learning">
1215
<img alt="Anaconda version" src="https://img.shields.io/conda/v/conda-forge/pytorch-metric-learning?color=bright-green">
@@ -277,12 +280,11 @@ Thanks to [Jeff Musgrave](https://www.designgenius.ca/) for designing the logo.
277280
## Citing this library
278281
If you'd like to cite pytorch-metric-learning in your paper, you can use this bibtex:
279282
```latex
280-
@misc{musgrave2020pytorch,
281-
title={PyTorch Metric Learning},
282-
author={Kevin Musgrave and Serge Belongie and Ser-Nam Lim},
283-
year={2020},
284-
eprint={2008.09164},
285-
archivePrefix={arXiv},
286-
primaryClass={cs.CV}
283+
@article{Musgrave2020PyTorchML,
284+
title={PyTorch Metric Learning},
285+
author={Kevin Musgrave and Serge J. Belongie and Ser-Nam Lim},
286+
journal={ArXiv},
287+
year={2020},
288+
volume={abs/2008.09164}
287289
}
288290
```

0 commit comments

Comments
 (0)