Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing a custom model #31

Open
pimphatbwc opened this issue Feb 21, 2022 · 1 comment
Open

Importing a custom model #31

pimphatbwc opened this issue Feb 21, 2022 · 1 comment

Comments

@pimphatbwc
Copy link

I've been training a tacotron2 model and I'm trying to import it to XVA Synth. However, the only output for most of these trainers is a raw file with no extension. I've tried renaming the checkpoint file as .pt like the models to no avail. I also copied and edited a JSON to go with the model. How were your models exported? I can't find any documentation on exporting checkpoints as .pt or .hg.pt files. Thanks.

@DanRuta
Copy link
Owner

DanRuta commented Feb 21, 2022

xVASynth doesn't use tacotron models, it uses fastpitch models (with modified training code). The easiest thing would be to wait for xVATrainer to be finished and tested, which will do all the work for you, including the model preparation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants