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

Data overfitting and wrong classification result #9

Open
vishalghor opened this issue Nov 22, 2017 · 3 comments
Open

Data overfitting and wrong classification result #9

vishalghor opened this issue Nov 22, 2017 · 3 comments

Comments

@vishalghor
Copy link

hi @BartyzalRadek ,

I followed the code changes which you did for multi label classification for a custom dataset.

But the model tends to get overfit and also the output classification result for a images is not having individual probablities as you have depicted in the sample image i.e. one wiith car having 0.64 and accident as 0.39 probability.
i have tried your code for flower photos dataset similar to the dataset used in single label implementation by tensorflow.
but i am getting probability same as single label classifiation.

Kindly help me in resolving this issue.

@tianyuecao
Copy link

Hi, I have the similar question with you, I train on MS-COCO 2014, and find that the results only classify some of the pictures into 'person' but no other classes. Have you solved your problem? Tks.

@vishalghor
Copy link
Author

Hi @tianyuecao i had resolved this issue, in my case the issue was due to not proper shuffling of data and the probabilty were resolved by using tf.sigmoid for activation.

@civilman628
Copy link

@tianyuecao @tianyuecao I have the same issue. i think the activation function is already sigmoid. which line need to change?

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