NVIDIA / tacotron2

Tacotron 2 - PyTorch implementation with faster-than-realtime inference
BSD 3-Clause "New" or "Revised" License
5.06k stars 1.38k forks source link

Why am I facing this problem? #548

Open mahbub045 opened 2 years ago

mahbub045 commented 2 years ago

I am unable to train my model.

I am found this type of error:

image

I there any solution to this problem. Please help!

mattamattic commented 2 years ago

for me it suddenly stopped working and it seems to be a model problem too. Did 'MLPTTS' get deleted? Or is Google Colab blocking it for some reason? And does anyone know if their other model codes we can insert in its place?

    def get_Tactron2(MODEL_ID):
        # Download Tacotron2
        tacotron2_pretrained_model = 'MLPTTS'
        gdown.download(d+MODEL_ID, tacotron2_pretrained_model, quiet=False)
        if not exists(tacotron2_pretrained_model):
            raise Exception("Tacotron2 model failed to download!")
Pleidak commented 2 years ago

Did you solve this issue? I'm facing same problem

mahbub045 commented 2 years ago

Did you solve this issue? I'm facing same problem

No