Open a1rishav opened 1 year ago
Ah apologies - this repo uses the original CLVP: https://huggingface.co/jbetker/tortoise-tts-v2/blob/main/.models/clvp.pth
It would be better if it were updated to use the bigger one.
Thanks for getting back, I am still getting the same error with the older clvp.
That doesn't seem right; the error should at least be different (CLVP1 has d_model=512, CLVP2 has d_model=1024)
On Mon, Aug 28, 2023 at 10:47 PM Rishav Kumar @.***> wrote:
Thanks for getting back, I am still getting the same error with the older clvp.
— Reply to this email directly, view it on GitHub https://github.com/neonbjb/tts-scores/issues/6#issuecomment-1696758930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGLMOSFX3PZH6WLJRDXTKDXXVX6RANCNFSM6AAAAAA4BJRRAI . You are receiving this because you commented.Message ID: @.***>
James Betker
Yeah, you are right, the current error isn't exactly same as previous, I meant that it is still about the size mismatch RuntimeError: Error(s) in loading state_dict for CLVP:
Missing key(s) in state_dict: "text_pos_emb.weight", "text_transformer.layers.layers.0.0.scale", "text_transformer.layers.layers.0.0.fn.norm.weight", .......
......size mismatch for text_emb.weight: copying a param with shape torch.Size([256, 512]) from checkpoint, the shape in current model is torch.Size([148, 512]).
Has this issue been solved? I get the same mistake as the previous commenter
Error details: