You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
In your paper you have defined a particular loss function in equation (4). I wanted to know where this loss function is derived from? Is there a source for it or is it your contribution?
you're calculating the logarithm after finding the maximum not on the predictions which is shown as log(q) in equation(4). Is there a particular reason for this? I would appreciate more elaboration
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In your paper you have defined a particular loss function in equation (4). I wanted to know where this loss function is derived from? Is there a source for it or is it your contribution?
Also when you're implementing this in your code: https://github.com/Microsoft/FERPlus/blob/master/src/train.py#L44
you're calculating the logarithm after finding the maximum not on the predictions which is shown as log(q) in equation(4). Is there a particular reason for this? I would appreciate more elaboration
The text was updated successfully, but these errors were encountered: