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

[Help]: Questions about FACodec's Parameter #194

Open
Pydataman opened this issue Apr 30, 2024 · 2 comments
Open

[Help]: Questions about FACodec's Parameter #194

Pydataman opened this issue Apr 30, 2024 · 2 comments
Assignees

Comments

@Pydataman
Copy link

Pydataman commented Apr 30, 2024

if self.use_gr_x_timbre:
self.x_timbre_predictor = nn.Sequential(
GradientReversal(alpha=1),
CNNLSTM(in_channels, 245200, 1, global_pred=True),
)

Why is there a parameter 245200 in the codes?

@RMSnow RMSnow changed the title [Help]: 关于FACodec 参数设置的疑惑 [Help]: Questions about FACodec's Parameter Apr 30, 2024
@HeCheng0625
Copy link
Collaborator

This part of the parameters is used to predict the speaker id during the training process and is not used during inference. Please ignore it.

@Pydataman
Copy link
Author

This part of the parameters is used to predict the speaker id during the training process and is not used during inference. Please ignore it.

@HeCheng0625
that means there were 245200 speakers during training?

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