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

pyworld vocoder (with SVSCollector bugs) #65

Open
wants to merge 81 commits into
base: master
Choose a base branch
from

Conversation

Nan-Huo
Copy link
Contributor

@Nan-Huo Nan-Huo commented Feb 24, 2021

No description provided.

@ftshijt
Copy link
Member

ftshijt commented Feb 25, 2021

Please fix the CI bugs

@ftshijt ftshijt added the enhancement New feature or request label Mar 4, 2021
@ftshijt
Copy link
Member

ftshijt commented Mar 12, 2021

Please fix the conflict as soon as possible, thanks!

SVS/bin/train.py Outdated
@@ -218,6 +218,14 @@
type=int,
help="how many learning_steps use lr_decay",
)

parser.add_argument("--vocoder_category", type=str, help="The vocoder to be used (e.g., pyworld).")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please uniform the interface with current vocoder

@@ -812,6 +813,10 @@ def __init__(

self.use_asr_post = use_asr_post
self.d_model = d_model
self.feat_dim_pw = feat_dim_pw
self.vocoder_category = vocoder_category
self.output_fc_pw = nn.Linear(d_output, self.feat_dim_pw*2+1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this depends on the vocoder category right? add a if here

align_root_path=args.train_align,
pitch_beat_root_path=args.train_pitch,
wav_root_path=args.train_wav,
pw_f0_root_path=args.train_pw_f0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can uniform this right? Don't need to check vocoder category here, but check it inside the initialization of SVSDataset (init)

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

Successfully merging this pull request may close these issues.

7 participants