-
When running for instance: ` pytest -v test_hyperopt.py::test_restart_from_pickle`.
(n3fit runs fine though, on the basic runcard)
I get the error:
```
[INFO]: All requirements processed and…
-
Thank you for sharing this project!
The inference sounds great on the `multilingual_base_bs100x4.ckpt`
I am able to start training from a new dataset but I'm wondering if there is a way to fine-tun…
-
I'm trying to finetune from pretrained model pflow-2000.ckpt on custom multi speaker dataset in German, but i get following error
```
File "/home/ubuntu/DATA/pflowtts_pytorch/pflowtts_env/lib/py…
-
So i noticed commented aligner in pflow code, you commented it because it didn't work or it didn't improve quality much?
-
Thank you for nice work!
I have a question about encoder loss
In paper they used MSE for encoder loss (section 3.1)
![image](https://github.com/p0p4k/pflowtts_pytorch/assets/53642319/4e988009-3fe…
-
It gives the following error:
```
Traceback (most recent call last):
File "/home/yehor/ext-ml-disk/tts/pflow-tts/pflowtts_pytorch/synthesis_example.py", line 23, in
stressify = Stressifie…
-
I train single speaker model from scratch like as **Instructions to run** in README.MD but i get this error when start training
CUDA_LAUNCH_BLOCKING=1 python pflow/train.py experiment=ljspeech
…
-
**Issue type**
- [ ] New feature
- [x] Bug
- [ ] Discussion
- [ ] Other
**Relates to**
- [ ] OPFLOW
- [ ] SOPFLOW
- [ ] SCOPFLOW
- [ ] TCOPFLOW
- [ ] CMake build system
- [ ] Spack config…
-
```python
if len(datapoint["wav"]) < 66150:
```
datapoint['wav'] is [[...]] and len is allways 1. So datapoint["wav"][0] might be what you are looking for.
And for multispeaker datasets, random…
-
I'm trying to train e2e branch but the result is only noise in the audio, am I doing something wrong or is this version not ready yet? Basically hifigan out is just -1 tensor, so maybe i made mistake …