pytorch/torch/utils/data
Xuehai Pan b005ec62b9 [BE] Remove dependency on six and future (#94709)
Remove the Python 2 and 3 compatibility library [six](https://pypi.org/project/six) and [future](https://pypi.org/project/future) and `torch._six`. We only support Python 3.8+ now. It's time to retire them.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/94709
Approved by: https://github.com/malfet, https://github.com/Skylion007
2023-02-14 09:14:14 +00:00
..
_utils [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
datapipes [BE] Apply almost all remaining flake8-comprehension checks (#94676) 2023-02-12 01:01:25 +00:00
__init__.py [DataLoader] Removing DataLoader2 related code (#88848) 2022-11-11 22:27:01 +00:00
backward_compatibility.py
dataframes_pipes.ipynb
dataloader.py [BE] Remove dependency on six and future (#94709) 2023-02-14 09:14:14 +00:00
dataset.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
distributed.py Integrate xdoctest - Rebased (#82797) 2022-08-12 02:08:01 +00:00
graph_settings.py Refactor sharding data pipe into a seperate file (#94095) 2023-02-07 09:12:02 +00:00
graph.py [DataLoader] Replacing traverse function with traverse_datapipes (#85667) 2022-09-27 19:58:15 +00:00
sampler.py Integrate xdoctest - Rebased (#82797) 2022-08-12 02:08:01 +00:00
standard_pipes.ipynb
typing.ipynb