-
### 🐛 Describe the bug
I've been playing around with `torchdata` as a replacement for the `webdataset` library. My main use-case is reading data from network-attached file systems (such as ceph), w…
-
Hello,
I'm trying to run the Colab online demo but I obtain different errors at the runtime
1)```
ERROR: pip's dependency resolver does not currently take into account all the packages that are ins…
epris updated
3 weeks ago
-
This line seems to be the issue in `MemorySnapshot`:
`remote_file_name = (self.remote_path_in_bucket + os.path.basename(f)).lstrip('/')`
where the respective variables evaluate to e.g.
```
self.…
-
### 🐛 Describe the bug
Execute multiple-theading forward with one AOT runner https://pytorch.org/docs/main/torch.compiler_aot_inductor.html shows very pool performance.
I generated a tiny model.…
-
### 🚀 The feature
The existing cacheholder leverages a python dictionary
```python
@functional_datapipe("in_memory_cache")
class InMemoryCacheHolderMapDataPipe(MapDataPipe[T_co]):
def __…
-
### 🐛 Describe the bug
Consider the following code:
```
import numpy as np
import torch
x_array = np.zeros([32769]) # Problem goes away if array is 32,768 elements or smaller
x_list = [x_ar…
-
### 🐛 Describe the bug
When sending a complex input where the real part of each element is infinity/-infinity, sigmoid functions (`torch.special.explit` and `torch.nn.functional.sigmoid`) outputs N…
-
## 🐛 Bug
**Description of the bug**
When I try to use Multi30k dataset, I get this error:
```
requests.exceptions.ConnectionError:
This exception is thrown by __iter__ of HTTPReaderIterData…
-
### What is your issue?
## Current state
Currently, xbatcher v0.3.0's [`BatchGenerator`](https://xbatcher.readthedocs.io/en/v0.3.0/generated/xbatcher.BatchGenerator.html) is this all-in-one clas…
-
New features brought to torchtext are making the code obsolete (fields, dictionaries etc). You can still run the code for a little bit, using modified imports (from torchtext.legacy import data). Are …