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

Argmax giving the same result on each pixel #116

Open
TimbusCalin opened this issue Aug 27, 2019 · 4 comments
Open

Argmax giving the same result on each pixel #116

TimbusCalin opened this issue Aug 27, 2019 · 4 comments

Comments

@TimbusCalin
Copy link

When applying argmax on logits, the same result is for every pixel in the image.

Does anyone know how to solve this?

@TimbusCalin
Copy link
Author

I also mention that the accuracy is very high during the training and the masks are prepared accordingly(tested with other neural network).

@graffam
Copy link

graffam commented Aug 29, 2019

how many classes are you using, are you applying softmax or sigmoid to those logits?

@TimbusCalin
Copy link
Author

30 classes and applying softmax not sigmoid; to the best of my knowledge sigmoid can be applied in case of overlapping classes, just like in multilabel classification.

@TimbusCalin
Copy link
Author

Will test again with new testing configuration.

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