You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-41
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ This is a simple library for creating readable dataset pipelines and reusing bes
10
10
11
11
`Datastream` combines a `Dataset` and a sampler into a stream of examples. It provides a simple solution to oversampling / stratification, weighted sampling, and finally converting to a `torch.utils.data.DataLoader`.
12
12
13
+
See the [documentation](https://nextml-code.github.io/pytorch-datastream) for more information.
14
+
13
15
## Install
14
16
15
17
```bash
@@ -30,23 +32,23 @@ The list below is meant to showcase functions that are useful in most standard a
0 commit comments