taalua
taalua
@jorshi thank you for your answer. I am wondering if there is a way to mix speech and the synthesizers together to create a robotic voice or chipmunks for example....
Hi @chevalierNoir @patrickvonplaten for English, I see vocabulary: '1', '5', '6' from the list, what does it mean for each? also what's the difference between '–' and '_' ? FYI,...
Hey, You can do this way: import torch ckpt = torch.load('last.ckpt') torch.save(ckpt['state_dict'], 'pytorch.bin') then when loading the model: ```@classmethod def from_model(cls, model_path: str, config_path: str) -> Vocos: """ Class method...