xinshengwang / Tacotron2_batch_inference

Pytorch tacotron2 that can be used to perform batch inference
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Pre-trained weight link inaccessible #1

Open pokarats opened 3 years ago

pokarats commented 3 years ago

I tried to download the Tacotron2 pre-trained weight provided via this link: https://drive.google.com/open?id=1U5t-Yfdr_L0O6LJKhOJmhqVfaY-QrmoU according to the instructions in the readme, but the link is not working.

Error message: "The requested URL was not found on this server."

When I tried with gdown https://drive.google.com/uc?id=1U5t-Yfdr_L0O6LJKhOJmhqVfaY-QrmoU, I also got an error stating "Permission denied: https://drive.google.com/uc?id=1U5t-Yfdr_L0O6LJKhOJmhqVfaY-QrmoU Maybe you need to change permission over 'Anyone with the link'?"

Is this the same pre-trained weight that's provided by the published Tacotron2 in their original repo?

rishabh004-ai commented 2 years ago

Hey @xinshengwang , Can you please share the model weights , as the current link is not working.