Skip to content

Error in hybrid loss #5

@hummat

Description

@hummat

The hybrid loss from eq. 5 is defined (and also accordingly implemented in the official implementation) as:

losses = vb_losses + self.hybrid_coeff * ce_losses

Here it is implemented as follows though:

return self.hybrid_loss_coeff * vb_loss + ce_loss, {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions