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 7d8d194 commit ae71922Copy full SHA for ae71922
README.rst
@@ -2,6 +2,9 @@
2
Pytorch Datastream
3
==================
4
5
+.. image:: https://badge.fury.io/py/pytorch-datastream.svg
6
+ :target: https://badge.fury.io/py/pytorch-datastream
7
+
8
This is a simple library for creating readable dataset pipelines and
9
reusing best practices for issues such as imbalanced datasets. There are
10
just two components to keep track of: ``Dataset`` and ``Datastream``.
0 commit comments