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

Accurancy from multiple top blob label #756

Closed
bhack opened this issue Jul 22, 2014 · 4 comments
Closed

Accurancy from multiple top blob label #756

bhack opened this issue Jul 22, 2014 · 4 comments

Comments

@bhack
Copy link
Contributor

bhack commented Jul 22, 2014

How do you suggest to modify the accurancy layer for handling multiple top_blobs label and top_blobs from i.e multiple soft_max layers?

@sguada
Copy link
Contributor

sguada commented Jul 22, 2014

I would suggest just using multiple accuracy layers, or use a concat layer
after the soft_max layers in case you need some global accuracy.

Sergio

2014-07-22 2:28 GMT-07:00 bhack notifications@github.com:

How do you suggest to modify the accurancy layer for handling multiple
top_blobs label and top_blobs from i.e multiple soft_max layers?


Reply to this email directly or view it on GitHub
#756.

@bhack
Copy link
Contributor Author

bhack commented Jul 22, 2014

Yes i need global accuracy. But i think that on softmax dim we have already image batch. If we use channels concat i don't think that accuracy actually works handling multiple channels.

@bhack
Copy link
Contributor Author

bhack commented Jul 22, 2014

OK I've tried to do something here #759

@shelhamer
Copy link
Member

Closing for corresponding PR #759.

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

3 participants