Comprehensive-Tacotron2 icon indicating copy to clipboard operation
Comprehensive-Tacotron2 copied to clipboard

PyTorch Implementation of Google's Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions. This implementation supports both single-, multi-speaker TTS and several techniques to...

Results 7 Comprehensive-Tacotron2 issues
Sort by recently updated
recently updated
newest added

RuntimeError: Input tensor at index 1 has invalid shape [13, 432, 154], but expected [13, 432, 183]

raceback (most recent call last): File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 28, in main(preprocess_config) File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 13, in main preprocessor.build_from_path() File "D:\C\Comprehensive-Tacotron2-main\preprocessor\vctk.py", line 168, in build_from_path self.divide_speaker_by_gender(self.in_dir), filename="spker_embed_tsne.png" File "D:\C\Comprehensive-Tacotron2-main\utils\tools.py", line 314,...

Called in the code "speakers.json" ,but I didn't find this file,I hope you can answer this question, thank you

``` from numba import _dynfunc, _helperlib ImportError: numpy.core.multiarray failed to import ```

Hi @keonlee9420 Do you know how to solve this issue? ![image](https://user-images.githubusercontent.com/22832922/158920152-ba0e428c-985a-46ee-b14d-2aa36d2a39a0.png)

Hi @keonlee9420 How to install hifigan package in model.py file Best regards, PeterPham