Open mahbub045 opened 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!")
Did you solve this issue? I'm facing same problem
Did you solve this issue? I'm facing same problem
No
I am unable to train my model.
I am found this type of error:
I there any solution to this problem. Please help!