Skip to content

Conversation

@sumukhacharya03
Copy link

Fixes incorrect multi-label prediction thresholding that caused empty
predictions in predict_results.txt for multi-label classification.

@Rocketknight1
Copy link
Member

expit is the sigmoid function and sigmoid(0) = 0.5, so expit(p) > 0.5 and p > 0 are the same boolean tensor. I'm not sure what this changes!

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

Successfully merging this pull request may close these issues.

2 participants