Skip to content

Tags: pytorch/data

Tags

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove obsolete binary workflows, limit linux to 1 python version (#1447

) (#1448)

* Remove obsolete binary workflows, limit linux to 1 python version

* fixes

* fix

* fix

Co-authored-by: Andrey Talman <[email protected]>

v0.11.0-rc0

Toggle v0.11.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry-picking changes in main to the release branch (#1446)

* Fix end of epoch StatefulDataLoader restart (#1439)

* add test for end of epoch state dict check

* run precommit

update stateful_dataloader

run precommit

local changes

update test to test the order of batches

update test

update tests

revert changes in SDL

revert changes in SDL

update tests

run precommit

* update sampler

* run precommit

* remove unnecessary comment

* add test for statedict before and after endofepoch

* run precommit

* check if _sampler_iter is exhausted

* run precommit

* remove commented lines

* remove default values

* only exhaust sampler_iter if present in sd

* update _StatefulRandomSamplerIterator

update state dict if the iterator has finished

add comment about why were updating state dict

run precommit

* update randomsampleriter state_dict fully

* run precommit

* fork torch.utils.data RandomSampler

reverse changes to sdl.py

generator to iterator

run precommit

update generator usage

* update class name

* run precommit

* add a method to generate permutations

* update return type

* update next logic

* add comment

* update tests to include non stateful samplers

* add comments

* Using system generated seed in RandomSampler (#1441)

* add new sampler tests

* update seed generation in sampler

* run precommit

* update seed generation

* change variable name

* update comment

* add seed to tests

* run precommit

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#1403)

Co-authored-by: Andrew Ho <[email protected]>

v0.10.1-rc2

Toggle v0.10.1-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#1403)

Co-authored-by: Andrew Ho <[email protected]>

v0.10.1-rc1

Toggle v0.10.1-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump version (#1403)

Co-authored-by: Andrew Ho <[email protected]>

v0.10.1-rc0

Toggle v0.10.1-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry pick commits for 0.10.1 (#1400)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add new torchdata.nodes doc file (#1390) (#1392)

* add new torchdata.nodes doc file

* update main readme.md, move content of nodes readme.md to torchdata.nodes.rst

* main readme

* udpate readme

v0.10.0-rc1

Toggle v0.10.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Exclude 3.13 for windows on release v10 (#1386)

* exlucde 3.13 for windows on release v10

* different format

v0.10.0-rc0

Toggle v0.10.0-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update readme in release branch v10 (#1384)

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix test install path (#1340) (#1341)