File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ Pytorch Datastream
5
5
.. image :: https://badge.fury.io/py/pytorch-datastream.svg
6
6
:target: https://badge.fury.io/py/pytorch-datastream
7
7
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
+
8
22
This is a simple library for creating readable dataset pipelines and
9
23
reusing best practices for issues such as imbalanced datasets. There are
10
24
just two components to keep track of: ``Dataset `` and ``Datastream ``.
You can’t perform that action at this time.
0 commit comments