We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2adfbf commit d118334Copy full SHA for d118334
README.md
@@ -1 +1,14 @@
1
+[pypi-image]: https://badge.fury.io/py/torch-unique.svg
2
+[pypi-url]: https://pypi.python.org/pypi/torch-unique
3
+[build-image]: https://travis-ci.org/rusty1s/pytorch_unique.svg?branch=master
4
+[build-url]: https://travis-ci.org/rusty1s/pytorch_unique
5
+[coverage-image]: https://codecov.io/gh/rusty1s/pytorch_unique/branch/master/graph/badge.svg
6
+[coverage-url]: https://codecov.io/github/rusty1s/pytorch_unique?branch=master
7
+
8
# PyTorch Sparse
9
10
+[![PyPI Version][pypi-image]][pypi-url]
11
+[![Build Status][build-image]][build-url]
12
+[![Code Coverage][coverage-image]][coverage-url]
13
14
+--------------------------------------------------------------------------------
0 commit comments