Skip to content

Commit 000aaf5

Browse files
doc: adds misc badges
1 parent 0a0fdb0 commit 000aaf5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Pytorch Datastream
55
.. image:: https://badge.fury.io/py/pytorch-datastream.svg
66
:target: https://badge.fury.io/py/pytorch-datastream
77

8+
.. image:: https://img.shields.io/github/tag/Aiwizo/pytorch-datastream.svg
9+
:target: https://GitHub.com/Aiwizo/pytorch-datastream/tags/
10+
11+
.. image:: https://img.shields.io/pypi/pyversions/pytorch-datastream.svg
12+
:target: https://pypi.python.org/pypi/pytorch-datastream
13+
14+
.. image:: https://readthedocs.org/projects/pytorch-datastream/badge/?version=latest
15+
:target: https://pytorch-datastream.readthedocs.io/en/latest/?badge=latest
16+
17+
.. image:: https://img.shields.io/pypi/l/pytorch-datastream.svg
18+
:target: https://pypi.python.org/pypi/pytorch-datastream
19+
20+
21+
822
This is a simple library for creating readable dataset pipelines and
923
reusing best practices for issues such as imbalanced datasets. There are
1024
just two components to keep track of: ``Dataset`` and ``Datastream``.

0 commit comments

Comments
 (0)