Souvik

Results 12 issues of Souvik

Can someone help me with understanding how can I build a custom dataset for this model to work ? Also if my pc has nvidia gpu and I install deepspeed...

Here is the error on the second cell Code - ``` # Imports used through the rest of the notebook. import torch import torchaudio import torch.nn as nn import torch.nn.functional...

While operating on kaggle this is the error I encounter the error - ffmpeg was not found but is required to load audio files from filename. Code - ``` def...

In the code given below , I find that we are not specifying weights in the resnet layers. If so do we except that the weights will get updated through...

Great implementation Sir ! It matches at most of the places with the original paper. I had an doubt regarding the embedding in inference.Hope to clear it from you.

I am trying to set use_phonemes=True in VitsConfig . My dataset looks exactly like VCTK. Error - ``` > TRAINING (2023-05-30 17:28:48) ! Run is kept in /newvolume/souvik/yourtts_exp/TTS/recipes/vctk/yourtts/YourTTS-EN-VCTK-May-30-2023_05+28PM-2071088b Traceback (most...

> Hi, yeah as soon our PR will be merged on https://github.com/coqui-ai/TTS. We'll provide recipes and we'll train a massively multilingual version of the model. One with phonemes, and one...

Even after multiple looks on the code, I am unable to understand how are you dealing with varied input shapes. Any guidance on this will be helpful for my research.