thinhlpg / vixtts-demo

A Vietnamese Voice Cloning Text-to-Speech Model ✨
https://huggingface.co/spaces/thinhlpg/vixtts-demo
Mozilla Public License 2.0
317 stars 150 forks source link

cho mình hỏi về vocab file ? #2

Closed reb1302 closed 7 months ago

reb1302 commented 7 months ago

mình thử train xtts v2 bằng modify của mình . mình thay đổi các file tokenizer và file xtts config để nó nhận tiếng việt, mình có thay đổi file vocab thì nó gặp lổi này size mismatch for gpt.text_embedding.weight: copying a param with shape torch.Size([6681, 1024]) from checkpoint, the shape in current model is torch.Size([7544, 1024]). size mismatch for gpt.text_head.weight: copying a param with shape torch.Size([6681, 1024]) from checkpoint, the shape in current model is torch.Size([7544, 1024]). size mismatch for gpt.text_head.bias: copying a param with shape torch.Size([6681]) from checkpoint, the shape in current model is torch.Size([7544]).

bạn có kinh nghiệm chỉ mình cái với , cám ơn bạn

phvaha1 commented 1 month ago

@reb1302 bạn tìm được cách xử lý chưa vậy, mình cũng bị vấn đề bên trên mà chưa biết cách xử lý.