soundstorm-pytorch icon indicating copy to clipboard operation
soundstorm-pytorch copied to clipboard

where I can find model text_to_semantic.load('/path/to/trained/model.pt')

Open UniversalTechno opened this issue 2 years ago • 4 comments

where I can find model text_to_semantic.load('/path/to/trained/model.pt')

UniversalTechno avatar Oct 13 '23 18:10 UniversalTechno

You train it https://github.com/lucidrains/spear-tts-pytorch Or someone else does.

lexkoro avatar Oct 13 '23 19:10 lexkoro

I did using the default script on the repository https://github.com/lucidrains/spear-tts-pytorch and I got a folder output_folder with models from 0 TO 9.pt so I replaced /path/to/trained/model.pt by /output_folder/model.pt but still have error any help please

UniversalTechno avatar Oct 13 '23 20:10 UniversalTechno

you mean i should use directly trainer.py is there any pre trained model so i just can test quickly or just any instruction for how to train many thanks

UniversalTechno avatar Oct 13 '23 20:10 UniversalTechno