Open
Description
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!
Metadata
Assignees
Labels
No labels
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!