-
代码拉取最新,按照#209里的改不行,#37也试过了![problem(1).PNG](https://user-images.githubusercontent.com/62446114/148334867-ffcb49de-6f49-4c93-85bd-2a7ee5e027f8.PNG)
-
## 🐛 Description
I've trained vanilla T2+DCA for 300k steps on the current `main` branch and it sounds/looks broken.
### To Reproduce
[Training script](https://pastebin.com/Jx0LBT7i)
[Config…
-
Loaded encoder "pretrained.pt" trained to step 1594501
Synthesizer using device: cuda
Trainable Parameters: 32.869M
Traceback (most recent call last):
File "C:\Users\abc\Documents\yvyinhechengqi…
-
> 05-11 00:07:39 [ERROR] nonebot | Running matcher failed.
> Traceback (most recent call last):
> File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\nonebot\mes…
-
After I install and run command `python tortoise/do_tts.py --text "I'm going to speak this" --voice random --preset fast` , it shows result like this:
```Traceback (most recent call last):
File "t…
-
I'm using tensorflow 1.3, tested on a linux machine with 2 NVIDIA Tesla K80 cards,
however, I keep getting OOM error on GPU, but it does not happen when using cpu for training:
-------------------…
-
Hi
I was trying to run the text to speech demo multi-model (OV 2022.1) with speaker id (-s_id -1), I am facing the below error.
Traceback (most recent call last): …
-
I did training with the tacotron2 ddc model using the ljspeech dataset and the training ran for a while then stopped with the statement: Segmentation fault (core dumped)
```
import os
# Trainer…
-
Excuse me.What are the training parameters of the Mandarin Tacotron2 pretrained model? I want to use the CSMSC data set to reproduce the pretrained model, but the audio synthesized by the model I trai…
-
Hello,
I am trying to run fastspeech2 on cmu arctic corpus.
I noticed that durations need to be generated from a pertained tacotron model.
So I am wondering if I can use a pertained model …