pytorch-dc-tts icon indicating copy to clipboard operation
pytorch-dc-tts copied to clipboard

Problem about the checkpoints

Open berkaycinci opened this issue 4 years ago • 1 comments

@tugstugi After i train the model you have provided, i am having some checkpoints with . pth format. However, when i downloaded these .pth files, i noticed that they are like zip files. In your colab notebook, you shared a link to similar .pth files. When i download your .pth files, they are different than mine. That's why, i can not use my .pth files to synthesize speech. How can i solve this issue? Is there someone facing the same problem?

berkaycinci avatar Jan 12 '21 12:01 berkaycinci

@tugstugi After i train the model you have provided, i am having some checkpoints with . pth format. However, when i downloaded these .pth files, i noticed that they are like zip files. In your colab notebook, you shared a link to similar .pth files. When i download your .pth files, they are different than mine. That's why, i can not use my .pth files to synthesize speech. How can i solve this issue? Is there someone facing the same problem?

make sure you have same version of pytorch installed. @berkaycinci

Sadam1195 avatar Aug 24 '21 06:08 Sadam1195