Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why there is a - in front of the regression_loss? #15

Open
Wang-Yu-Qing opened this issue Jul 27, 2024 · 0 comments
Open

Why there is a - in front of the regression_loss? #15

Wang-Yu-Qing opened this issue Jul 27, 2024 · 0 comments

Comments

@Wang-Yu-Qing
Copy link

in zero_inflated_lognormal.py line 76:

      regression_loss = -tf.keras.backend.mean(
      positive * tfd.LogNormal(loc=loc, scale=scale).log_prob(safe_labels),
      axis=-1)

     return classification_loss + regression_loss

In the paper, the Loss equals CrossEntropyLoss + LogNormalLoss, so why there is a minus in front of the LogNormalLoss?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant