-
Loading the ComfyUI notebook in Colab getting this:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the foll…
-
## How to implement `bucket_by_sequence_length` with IterableDataset and DataLoader?
I have a custom **IterableDataset** for question answering, which reads training data from a huge file. And I wa…
-
### 🐛 Describe the bug
We do `finalize_iteration` when `__next__` is called for the invalid `DataLoader2Iterator ` (let's call it Iter_A):
https://github.com/pytorch/data/blob/c42587a828d05f24f6…
-
### 🚀 The feature, motivation and pitch
It's useful to be able to load pretrained weights via a single-stop method without making checks if it's a url or a local path.
Another useful feature wou…
-
### 🐛 Describe the bug
I'm aware torchdata isn't being maintained anymore, but thought I'd post this here for posterity:
When using `iter` twice for the same instance of DataLoader2, trying to ite…
-
### 🐛 Describe the bug
Passing dict in datapipe or dataset will casuse memory leak
```python
from copy import deepcopy
import gc
from memory_profiler import profile
import torch
from torc…
-
After much struggle with installation, I am now sharing a definitive environment.
This is undoubtedly a solid environment where the **ctcdecode** module works reliably.
"I have confirmed that th…
-
## 🚀 Feature
Within the [test_datapipe](https://github.com/pytorch/pytorch/blob/master/test/test_datapipe.py) file, we should create test cases for each type of IterDataPipe to ensure that they beh…
-
## 🐛 Bug
**Describe the bug** A clear and concise description of what the bug is.
Getting the following error while attempting to iterate through the testing set of (the 3rd thing returned by) `…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
1.
1.
1.
## Expected behavior
## Environment
- DGL Version (e.g., 1.0):
- Backend Library & Version (e.g., …