-
I am following quite closely the readme file, but I cannot get the benchmark to run. It seems that a few data sets / files are missing? How can I include them?
Here is the result when I run the doc…
-
### Describe the bug
I met an error when I run the train_tacotron_ddc.py in TTS/recipes/ljspeech/tacotron2-DDC with the default config. The error and the config are as follows:
ERROR
![6208dece60…
lyjgo updated
2 months ago
-
### 🐛 Describe the bug
torchbench_amp_bf16_training
xpu train tacotron2
W0803 05:40:15.849000 2621977 torch/_inductor/utils.py:1357] [5/0_1] DeviceCopy in input program
W08…
-
Related to SpeechSynthesis/Tacotron2
SpeechSynthesis/Tacotron2
**Describe the bug**
I followed the guide 'Tacotron2 + WaveGlow Inference Using TensorRT Inference Server with TensorRT',
https://g…
-
## Summary of Contributions (9th Feb)
1) **Improve the number of models in TorchBench that work with Dynamo as a tracer:** These passing rates are now comparable to those from torch.compile using I…
-
In case of vocoding one example, by folding the input example into batch of chunks, the inference can run faster.
https://github.com/pytorch/audio/blob/31dbb7540c78fe5d176948764cf9a20f55ac80dc/exam…
-
Instruction step by step how to install and train Tacotron2
-
Given that this repo only takes care of converting TTS with Tacotron2. I thought it might be convenient to turn it into a distributable package (preferably a conda one) so that whenever I install it, …
-
hello there, I want to run this tts with Bangla language. I have the dataset on my google drive . Can you tell me if I run your model in colab where should I update?
-
``` r
Sys.time()
[1] "2023-03-25 14:21:28 GMT"
library(magrittr)
url %
httr::content() %>%
rvest::html_element("table") %>%
rvest::html_table() %>%
dplyr::mutate(
model = X1 …