pytorch-loss
pytorch-loss copied to clipboard
The probability caculation of negative class in 'Label smooth.py'
'lb_neg' should be "lb_smooth/(numclass -1)" instead of " lb_smooth/numclass" .