-
### 🚀 The feature
GPU audio decoding at least for some codecs is useful for wider usage of compressed audio for training ASR models.
Maybe some neural codecs (I think Google open-sourced some neur…
-
## 🚀 Feature
Hello everyone, there are any plans to launch a version of detectron2 compatible with the last version of PyTorch?
Thank you!
-
Hi, any plan to integrate DALI (https://docs.nvidia.com/deeplearning/sdk/dali-developer-guide/docs/index.html) to `torchvision` for faster preprocessing? I found `chainer` tries to integrate it (https…
-
Here are some improvements that we should make to the documentation. Some of these likely should be completed before beta release.
Crucial:
- [x] Add docstrings for the class `IterDataPipe` and `M…
-
> I see. I can confirm that we will rely on this `DILL_AVAILABLE` for any place in TorchData project to determine if `dill` is available or not.
The problem is that we will need to patch every sing…
-
when I run: `solver.train(num_epoch=10)` in following code:
`optimizer = torch.optim.Adam(task.parameters(), lr=1e-3)
solver = core.Engine(task, train_set, valid_set, test_set, optimizer,
…
GZ82 updated
10 months ago
-
## 🐛 Bug
**Describe the bug** Unable to download IWSLT2016 or IWSLT2017 datasets.
**To Reproduce** Steps to reproduce the behavior:
```
from torchtext.datasets import IWSLT2016
train, valid…
-
I am sorry to bother you again.
when i try to realize it again, but it fail
this is my package:
alignn 2024.5.27
annotated-types 0.7.0
ase 3.23.0
certifi …
-
## 🚀 Feature
We should have some checks/tests that flag when a DataPipe has an attribute/method that shares the same name as existing functional datapipes. Those names are the ones defined inside the…
-
### 🚀 The feature
The current benchmark files doesn't make much sense with DLv2 and DP deprecation.
### Motivation, pitch
Following up from https://github.com/pytorch/data/pull/1332 and https://git…