SvenDS9
SvenDS9
Fixes https://github.com/pytorch/data/issues/256 The testing of this module is currently suboptimal in general. We should improve this in the future. @ejguan
### Changes - Update LAION-example to use threadpool_map - Change default value of scheduled_tasks to 500
Similar to #901 and as discussed in #850 this migrates examples in `iter/util` directory to sphinx doctest format. As sphinx is also able to check normal doctest-style examples (which will...
### 📚 The doc issue Merely out of curiosity: Are there any future plans that you are willing to disclose? There still is a link to a Future Plans section...
Fixes #454 ### Changes - Only load from datapipe until requested element is loaded - Add test for this behavior
### 🚀 The feature I want to apply the functionality of a already existing datapipe to only parts of my input. Below I listed some solutions. I would like to...
### 🚀 The feature For context please read https://github.com/pytorch/data/issues/795 first. Iterating over MapDatapipes is currently inconsistent, we should find a way to resolve this. ### Motivation, pitch ```python source_dp =...
When running `python setup.py develop` (after having already gone through the installation) I get: error: urllib3 2.0.0a3 is installed but urllib3=1.21.1 is required by {'requests'} but in the requirements file...