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 for multilabel classification? #1

Open
kckishan opened this issue Dec 25, 2019 · 1 comment
Open

Argmax for multilabel classification? #1

kckishan opened this issue Dec 25, 2019 · 1 comment

Comments

@kckishan
Copy link

I wonder why you are considering only the top predicted label out of all possible multiple label predictions. You should check if the model is predicting all labels correctly in case of multilabel classification.

true_pred_idx = tf.argmax(tf.multiply(self.scores, self.input_y), 1)

@98764321
Copy link

麻烦问一下训练过程损失函数为负,还正常吗?多谢,

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