Skip to content

"The provided training data is very small for code verification purpose only" #18

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

Open
sbkim052 opened this issue Oct 20, 2020 · 9 comments

Comments

@sbkim052
Copy link

Is this mean the pre-trained model given is kind of overfitted model trained on small dataset?

@auspicious3000
Copy link
Owner

no

@sbkim052
Copy link
Author

Then is it possible to convert the voices of our own data with your pre-trained model? will it perform well?

@auspicious3000
Copy link
Owner

no, the pretrained model only works for speakers in the training set

@FurkanGozukara
Copy link

FurkanGozukara commented Jan 17, 2021

no, the pretrained model only works for speakers in the training set

How can I test my own speech (it is a wav file) data with your pre-trained model?

Lets say how can I train a model for the voice of trump and apply it to my speech?

I have read demo.ipynb and there is no input defined anywhere

I want to test my wav file with your pre-trained model

also i did everything and i am getting this error

PS C:\SpeechSplit> python demo.ipynb
Traceback (most recent call last):
  File "demo.ipynb", line 5, in <module>
    "execution_count": null,
NameError: name 'null' is not defined

@auspicious3000

@FurkanGozukara
Copy link

@sbkim052 can you check my problem? did you pass these steps?

#28

@leijue222
Copy link

leijue222 commented Mar 12, 2021

no, the pretrained model only works for speakers in the training set

@auspicious3000 Can I use it to train a model like Conan's bow-knot?
Anyone's voice will be converted to the model's voice.

@leijue222
Copy link

leijue222 commented Mar 12, 2021

Or this can only use the data in the training set, and can't convert the voice of a new speaker into the pre-trained model's voice.

The demo.ipynb can't customize the input voice and target voice, so I can't verify this.

@auspicious3000
Copy link
Owner

@leijue222 yes you can, but you need to re-train the model.

@leijue222
Copy link

leijue222 commented Mar 12, 2021

@leijue222 yes you can, but you need to re-train the model.

That's wonderful.
Actually, I want to use the baker's voice as Conan's bow-knot(Only one speaker), with your SpeechSplit to do voice conversion.
Then, the SpeechSplit can convert my voice or your voice or anyone else voice to baker's voice.

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

4 participants