I have a simple question. I dont want to use the pretrained model becuase it is in english and I dont want to train in english, I want to train in Romanian, and Romanian has extra letters.
_letters = 'AĂÂBCDEFGHIÎJKLMNOPQRSȘTȚUVWXYZaăâbcdefghiîjklmnopqrsștțuvwxyz'
If i try to start training I get this error:
RuntimeError: Error(s) in loading state_dict for Tacotron2:
size mismatch for embedding.weight: copying a param with shape torch.Size([148, 512]) from checkpoint, the shape in current model is torch.Size([74, 512]).
I have a simple question. I dont want to use the pretrained model becuase it is in english and I dont want to train in english, I want to train in Romanian, and Romanian has extra letters.
_letters = 'AĂÂBCDEFGHIÎJKLMNOPQRSȘTȚUVWXYZaăâbcdefghiîjklmnopqrsștțuvwxyz'
If i try to start training I get this error: