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
Some cases in which score should be reduced results in score increase eg:
Model = negative score Val, image = present (-neg Val) * (-1 for present) = increase
Instead could use 0 for model negative scoring positions, then use an if statement to reduce score.
EVERY case of misalignment should decrease score.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some cases in which score should be reduced results in score increase eg:
Model = negative score Val, image = present
(-neg Val) * (-1 for present) = increase
Instead could use 0 for model negative scoring positions, then use an if statement to reduce score.
EVERY case of misalignment should decrease score.
The text was updated successfully, but these errors were encountered: