-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
The hybrid loss from eq. 5 is defined (and also accordingly implemented in the official implementation) as:
losses = vb_losses + self.hybrid_coeff * ce_lossesHere it is implemented as follows though:
Line 294 in 3ceb637
| return self.hybrid_loss_coeff * vb_loss + ce_loss, { |
zzingae and JoJo0217dongzhuoyao
Metadata
Metadata
Assignees
Labels
No labels