-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
No
### Source
binary
### Tensorflow Version
tensorflow-lite 2.12.0
### Custom Code
Yes
### OS Platfor…
-
Could publish, perhaps without the actual data set if it's too large, the code used to train the model? Since it looks like there's a tacotron 2 available, which may create a better model if retraine…
-
### Describe the bug
Throw out an error after running `svc train`:
```
RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contigu…
-
Thank you for your open source work, but I seem to have not found the complete implementation of zero-shot TTS.
1. The default dataset for radtts in the tutorials does not include the file coqui_re…
-
- [x] audio data augment
-
使用[convert_to_onnx.py](https://github.com/lars76/fastspeech2-clean/blob/main/convert_to_onnx.py)将模型转为onnx时,出现以下报错:
```shell
RuntimeError: Failed to export model to ONNX: Exporting the operator 'aten…
wjddd updated
3 months ago
-
スマホ版VOICEVOXを作りたいです。
### 目的
VOICEVOXのバリューであるユーザー数の増加と、ミッションである音声合成キャラの浸透ができそうだからです。
### 背景
そもそも動画を作る人というのは、高校生・大学生が多いと思います。時間がないと作れないからです。
今の高校生・大学生は基本的にスマホで物事を完結します。動画作成も例外ではないです(想像できません…
-
Simple question.
My model has many Convolution1D and Deconvolution1D layers. the execution time on CPU and VULKAN is about the same. I just wanted to know if ncnn supports VULKAN acceleration for Con…
-
I have implemented pipeline training for the HiFi-GAN decoder part of the XTTSv2 model. You can find the code here: https://github.com/tuanh123789/Train_Hifigan_XTTS
-
Your code implementation is very helpful and useful. We can easily get reconstructions and related BPPs using your code.
However, I haven't found any command to save the encoded bitrate files. I want…