-
Hi I've tried to execute what is written in the documentation. I am getting an error that the model could not be found.
```bash
❯ python -m rvc_python cli -i hello.mp3 -o hello-imp.mp3 -mp git/rvc…
-
Thanks a lot for your open sourcing of WavLLM! I encounter some issues during setup, just when I try to perform the first step of setup that you've mentioned in the README:
```git submodule update --…
-
您好!
首先,非常感谢您开源了30万小时的预训练模型。我最近正在使用您的模型对粤语和四川话进行微调,过程中遇到了一些问题,想请教您:
1. **预训练语料中粤语和四川话的占比**:请问在您的预训练语料中,粤语和四川话分别占据了多大的比例?了解这一信息对我微调模型的效果评估非常重要。
2. **动态帧和GPU显存利用**:在Wenet中,通过动态帧来指定batch size时,不同…
-
Here is a [Colab notebook](https://colab.research.google.com/drive/1CGQYg0_Vuxf6ddyGRW0Ws0Z0jpnDyqq3?usp=sharing) where I tried to do inference using this model.
```
loading archive file /content/…
-
Broken version dependancies.
-
[torch-neuronx] Fairseq Transformers support on Trn1
-
If import this lib first like
```py
from torchfcpe import spawn_bundled_infer_model
```
then use
```py
from fairseq import checkpoint_utils # fairseq version 0.12.3, torchaudio version 2.1.2
``…
-
```
/home/pemi/miniconda3/envs/env/lib/python3.9/site-packages/torch/distributed/launch.py:180: FutureWarning: The module torch.distributed.launch is deprecated
and will be removed in future. Use to…
-
Hi @peikexin9
When I pretrain the model by using the script `./command/pretrain/pretrain_10k.sh`, I got an error.
```
2022-03-08 16:53:39 | INFO | fairseq.trainer | begin training epoch 1
202…
qiyea updated
2 years ago
-
I'm trying to reuse your interesting code for speech translation on my own data.
I get the following size error with lna_ed configuration:
```
Traceback (most recent call last): …