-
用torchaudio替换librosa,使用项目数据集训练模型后,推理报错:RuntimeError: running_mean should contain 344 elements not 128
推理代码如下:
with torch.no_grad():
waveform, sample_rate = torchaudio.load("data/valid…
-
When trying to upgrade after Torchaudio 0.5.0 i get this error:
mel_specgram = torch.matmul(specgram.transpose(1, 2), self.fb).transpose(1, 2)
RuntimeError: mat1 and mat2 shapes cannot be multip…
-
(real3dportrait) D:\Program\Real3DPortrait>python inference/app_real3dportrait.py
| WARN: checkpoints\240210_real3dportrait_orig\th1kh_512_audio2motion\base.yaml not exist.
| load 'model' from 'chec…
-
## Describe the bug
I have successfully setup khoj using conda, postgresql 16, pytorch=2.1.0, torchvision=0.16.0, torchaudio=2.1.0, pytorch-cuda=12.1.
How to set torch.device to use my GPU?
## …
-
### 🐛 Describe the bug
Get https://github.com/pytorch/executorch/pull/5710 and run
```
python executorch.examples.apple.coreml.scripts.export -m resnet18 --quantize
```
The FP32 model runs ful…
-
Testing on Python=3.10 first. Tests are being performed on Linux, Windows 10, and Mac M1 architectures. I'm using the env name napari_EABDL, though the name probably should change to something easier …
-
Hello I need help, after restarting comfyui after installing the custom node, now comfyui will not load.
Anyway to revert?
Microsoft Windows [Version 10.0.19045.4651]
(c) Microsoft Corporation.…
-
### from the new version,I build it but I cant import awq,
- transformers 4.43.3
- torch 2.3.1
- torchaudio 2.4.0
- torchvision 0.19.0
…
-
Hello all!
Currently, TorchAudio doesn’t provide much support for music use cases. We’d like to gauge interest from the community in our improving that support. Some requests we’ve received include…
-
`torchaudio` now does a good job loading and resampling audio.
Would be nice to get rid of (sometimes tricky to install) `librosa` in favor of `torchaudio`.
Related: #9