I want to ignore some noisy training samples. There is ignore_index in torch.nn.
CrossEntropyLoss
but how to do this in torch.nn.CTCLoss?
I want to ignore some noisy training samples. There is ignore_index in torch.nn.
CrossEntropyLoss
but how to do this in torch.nn.CTCLoss?