↓ 2 callersClassLabelSmoothingLossLabel-smoothing loss. In a standard CE loss, the label's data distribution is: [0,1,2] -> [ [1.0, 0.0, 0.0], [0.0, 1.0, 0
OSUM-EChat/tts/cosyvoice/transformer/label_smoothing_loss.py:21
↓ 2 callersClassLabelSmoothingLossLabel-smoothing loss. In a standard CE loss, the label's data distribution is: [0,1,2] -> [ [1.0, 0.0, 0.0], [0.0, 1.0, 0
OSUM/wenet/transformer/label_smoothing_loss.py:21
↓ 2 callersClassSnake Implementation of a sine-based periodic activation function Shape: - Input: (B, C, T) - Output: (B, C, T), same shape as the
OSUM-EChat/tts/cosyvoice/transformer/activation.py:34