You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the ctc loss_fn to return a tensor (with shape as [batch]) containing every loss in a batch, like the parameter reduction of CTCloss in Pytorch: ctcloss = torch.nn.CTCLoss(reduction='none')
How can I do?
The text was updated successfully, but these errors were encountered:
I want the ctc loss_fn to return a tensor (with shape as [batch]) containing every loss in a batch, like the parameter
reduction
of CTCloss in Pytorch:ctcloss = torch.nn.CTCLoss(reduction='none')
How can I do?
The text was updated successfully, but these errors were encountered: