Commit e68af9aa authored by Yuxin Wu's avatar Yuxin Wu

update docs

parent 88d949db
...@@ -582,6 +582,7 @@ class LocallyShuffleData(ProxyDataFlow, RNGDataFlow): ...@@ -582,6 +582,7 @@ class LocallyShuffleData(ProxyDataFlow, RNGDataFlow):
or impossible for the data source. or impossible for the data source.
This dataflow has the following behavior: This dataflow has the following behavior:
1. It takes datapoints from the given dataflow `ds` to an internal buffer of fixed size. 1. It takes datapoints from the given dataflow `ds` to an internal buffer of fixed size.
Each datapoint is duplicated for `nr_reuse` times. Each datapoint is duplicated for `nr_reuse` times.
2. Once the buffer is full, this dataflow starts to yield data from the beginning of the buffer, 2. Once the buffer is full, this dataflow starts to yield data from the beginning of the buffer,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment