CjangCjengh / tacotron2-japanese

Tacotron2 implementation of Japanese
BSD 3-Clause "New" or "Revised" License
269 stars 69 forks source link

这种情况哪里出问题了? #23

Open Paramoeciu-bug opened 1 year ago

Paramoeciu-bug commented 1 year ago

RuntimeError: Error(s) in loading state_dict for Tacotron2: size mismatch for embedding.weight

StarxSky commented 1 year ago

您好,这是由于您的模型权重和你的模型类不匹配造成的;请检查您的模型path是否正确。 希望可以帮到你。