-
Notifications
You must be signed in to change notification settings - Fork 80
Fix uneven batches in distributed dataloading #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
f749192
update
tchaton ed18cfe
update
tchaton c77821b
update
tchaton 2732202
update
tchaton bef1698
Merge branch 'main' into fix_uneven_number_of_batches
tchaton a8dd576
update
tchaton c4f3f4e
Merge branch 'fix_uneven_number_of_batches' of https://github.com/Lig…
tchaton 9f69690
fix with thomas
awaelchli 34a9d74
stop length
awaelchli a80e430
remove redundant drop_last code
awaelchli f38e8ff
debug resume
awaelchli 6b7578a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0623680
update resuming logic
awaelchli 265c4e9
update
awaelchli c9ecec7
length and resume fixes
awaelchli b0096c5
assert length in test
awaelchli 24653b2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1734629
update
awaelchli c3edbb4
rename variables
awaelchli 99ca280
clean up dataset.py
awaelchli 4130f50
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0053486
clean up shuffle
awaelchli 3e94cd6
Fix set_drop_last and test
awaelchli a3b9457
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f52a501
fix epoch reshuffling test
awaelchli e621185
update combined test
awaelchli 0641666
update replay test
awaelchli 9b4b807
set default
awaelchli 4aa15da
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f8fe74c
clean up
awaelchli 0eec395
update test
awaelchli 4d9befd
disable profiler test for now
awaelchli fa4237b
update
awaelchli 92d52d3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ec9db93
Merge branch 'main' into fix_uneven_number_of_batches2
awaelchli ace58fb
fix type
awaelchli 53c2cf4
fix with thomas
awaelchli 322a697
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 28117a7
num_workers_or_1
awaelchli 641ecae
update
tchaton 73f376f
update
tchaton d7d6dfa
extend test and delete duplicated test
awaelchli af74a3b
simplify `num_workers or 1` logic
awaelchli 5446fd6
mypy
awaelchli 44572cf
todo rename
awaelchli 533ba42
mypy
awaelchli dba782e
Fix typeerror
awaelchli 5812b39
Merge branch 'main' into fix_uneven_number_of_batches2
awaelchli 1ea878d
debug
awaelchli 59d870f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6590311
mypy
awaelchli a6cf041
debug
awaelchli dbdeb8a
debug
awaelchli e0720d7
debug
awaelchli c20a0ec
debug
awaelchli 5755998
debug
awaelchli a9c688f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 18afb5e
debug
awaelchli 209e0ec
Merge branch 'main' into fix_uneven_number_of_batches2
awaelchli 6b04c22
debug
awaelchli 46daa79
debug
awaelchli aafab96
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d27fb34
debug
awaelchli 06bf414
debug
awaelchli bc64b77
debug
awaelchli ac17f3e
Update src/litdata/utilities/shuffle.py
awaelchli 66017e8
comments and test
awaelchli e2e9ff8
internals -> intervals
awaelchli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.