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

How can we add multiple output nodes? #59

Open
rosariogueli opened this issue Mar 4, 2018 · 0 comments
Open

How can we add multiple output nodes? #59

rosariogueli opened this issue Mar 4, 2018 · 0 comments

Comments

@rosariogueli
Copy link

rosariogueli commented Mar 4, 2018

For example, provided trainings for letters A, B and C, once we are predicting the results providing image A, it would be great if we could have outputs results as an object looking like:
{
A: 0.99, // this is the correct answer because it has the highest number.
B: 0.01,
C: 0.00
}

At the moment this is not possible, the predict function only returns one value, so it's very limited with what you can do.

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

1 participant