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

The meaning of inputs[11:] in model.loss.py #21

Open
Dyongh613 opened this issue May 2, 2022 · 4 comments
Open

The meaning of inputs[11:] in model.loss.py #21

Dyongh613 opened this issue May 2, 2022 · 4 comments

Comments

@Dyongh613
Copy link

HI@[keonlee9420],I cannot understand the meaning of inputs[11:] in model.loss.py

def forward(self, inputs, predictions, step):
(
mel_targets,
*_,
) = inputs[11:]
Thank you very much!

@Dyongh613
Copy link
Author

On inputs[11:], how to decide the value(11). Thank you!

@manhph2211
Copy link

For me, I think you shoud observe the definition of a batch in module dataset.py

@Dyongh613
Copy link
Author

Dyongh613 commented May 5, 2022 via email

@Dyongh613
Copy link
Author

Dyongh613 commented May 5, 2022 via email

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