soundstorm-pytorch
                                
                                 soundstorm-pytorch copied to clipboard
                                
                                    soundstorm-pytorch copied to clipboard
                            
                            
                            
                        where I can find model text_to_semantic.load('/path/to/trained/model.pt')
where I can find model text_to_semantic.load('/path/to/trained/model.pt')
You train it https://github.com/lucidrains/spear-tts-pytorch Or someone else does.
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
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