利用的是@miven的预训练模型
报错信息如下:
RuntimeError: Error(s) in loading state_dict for Tacotron:
size mismatch for encoder_proj.weight: copying a param with shape torch.Size([128, 512]) from checkpoint, the shape in current model is torch.Size([128, 1024]).
size mismatch for decoder.attn_rnn.weight_ih: copying a param with shape torch.Size([384, 768]) from checkpoint, the shape in current model is torch.Size([384, 1280]).
size mismatch for decoder.rnn_input.weight: copying a param with shape torch.Size([1024, 640]) from checkpoint, the shape in current model is torch.Size([1024, 1152]).
size mismatch for decoder.stop_proj.weight: copying a param with shape torch.Size([1, 1536]) from checkpoint, the shape in current model is torch.Size([1, 2048])
还有就是,我是小白,想问下tag 0.0.1去哪找啊...不是太懂这个tag 0.0.1是什么意思。
8条答案
按热度按时间t30tvxxf1#
I guess you're new.This may have been put forward before. You can refer to #37
ufj5ltwl2#
https://user-images.githubusercontent.com/42199191/156316338-56e63a74-c8a4-4421-a18a-cfe961d2c407.png )
vsmadaxz3#
https://user-images.githubusercontent.com/42199191/156316338-56e63a74-c8a4-4421-a18a-cfe961d2c407.png )
It does not work. Same error still be there
vu8f3i0k4#
really?
you can try this: https://github.com/babysor/MockingBird/tags
uoifb46i5#
really? you can try this: https://github.com/babysor/MockingBird/tags
It seems it will work if uncomment "characters =...1240..." as the replacement in the synthesizer/utils/symbols.py for the model from @FawenYo
ttvkxqim6#
and more over the accent is decoded to Taiwan Mandarin
jslywgbw7#
same for @miven model , this model spec is blur, quality is not good
bxpogfeg8#
sorrry,Your description is not clear. Did you encounter any mistakes?