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

Probablistic Output #62

Open
LukeAChaplin opened this issue Jan 22, 2018 · 2 comments
Open

Probablistic Output #62

LukeAChaplin opened this issue Jan 22, 2018 · 2 comments

Comments

@LukeAChaplin
Copy link

Hello everyone,

I have a quick, and possibly very naive, question. Firstly, thank you very much for all your work Marco. I am working on a very similar segmentation problem and wondering how I can use predict on the test data to produce masks with values proportional to the certainty of the class? Currently the output is binary.

Any help would be much appreciated,

Luke

@mrgloom
Copy link

mrgloom commented Jan 30, 2018

Output is sigmoid, so it's in [0,1] range, you can interpret it as probability.

@LukeAChaplin
Copy link
Author

Thank you very much. I was just being a little dim about how I made my predictions.

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

2 participants