Kevin Tse
Kevin Tse
### 🚀 The feature **Note that this is a request for comment; currently, there is no plan to make TorchData a standalone library.** We would like to solicit feedback from...
### 🐛 Describe the bug Running the code snippet below in MacOS will print the correct values but will not automatically terminate afterwards without manual interruption. I don't think it...
### 🐛 Describe the bug Vision team reported this behavior on Linux ```python dp = ... # something with prefetch dl = DataLoader2(reading_service=PrototypeMultiProcessingReadingService()) for _ in dl: # this works...
Cherry-pick of planned changes to ProtoRS
### 🚀 The feature `S3FileLister` and `S3FileLoader` currently doesn't support keyword argument beyond `request_timeout_ms`, `region`, `buffer_size`, and `multi_part_download`. Th One example is [here](https://discuss.pytorch.org/t/bucket-versioning-using-s3fileloader/162699/2), where a user would like to read...
Stack from [ghstack](https://github.com/ezyang/ghstack): * __->__ #785 Fixes #625 Fixes #627 Fixes #628
We have a number of DataPipes that are being deprecated. Our general policy is that we first mark the DataPipe as deprecated with a warning, and wait at least one...
### 🚀 The feature Over time, we have received more and more request for additional `IterDataPipe` (e.g. #648, #754, plus many more). Sometimes, these functionalities are very similar to what...
Stack from [ghstack](https://github.com/ezyang/ghstack): * __->__ #757 I was looking into ways to allow users to more easily use existing functions from other libraries to compose a IterDataPipe that they would...