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
Feat: Add per_stream batching method to CombinedStreamingDataset (#438)
* Init Implementation per_stream batching
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Address pre-commit issues
* fixed bug in combined.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* expose _set_new_dataset_index() to dataloader
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* WIP - communicate to worker loop
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* remove print
* cleanup print
* updated doc string
* added types and also update docs
* revert: changes from dataloader
* update the combined streaming dataset with batching method
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* revert changes from dataloader
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add test for combined dataset with per-stream batching
* remove set_batching_method from CombinedStreamingDataset to simplify batch handling
* updaet comment
* refactor: replace string literals with BatchingMethod constants for clarity
* cleanup
* refactor: variables initialization
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bhimraj Yadav <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
0 commit comments