We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
In your honest scores calculation, what is the justification of
results[pos][0][layer][0] * honesty_rep_reader.direction_signs[layer][0]
Why you need to multiply by the direction sign, not just using the results[pos][0][layer][0]
Thanks
The text was updated successfully, but these errors were encountered:
Hi, the direction_sign is precomputed during the training step to decide at each layer which is the sign to point to the direction labels.
Sorry, something went wrong.
No branches or pull requests
Hi
In your honest scores calculation, what is the justification of
results[pos][0][layer][0] * honesty_rep_reader.direction_signs[layer][0]
Why you need to multiply by the direction sign, not just using the results[pos][0][layer][0]
Thanks
The text was updated successfully, but these errors were encountered: