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

Use binary_crossentropy instead of sparse_categorical_crossentropy. #311

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 3, 2020

  1. Use binary_crossentropy instead of sparse_categorical_crossentropy.

    Fix that confidence score will not be optimized when number of classes is one.
    yichenj committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    34fd1c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Revise voc2012 dataset preparing script

    the file name of 'aeroplane_xxx.txt' is easily to be misunderstood.
    Use train.txt/eval.txt instead of the class-specific list file.
    yichenj committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    313df71 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Merge pull request #1 from yichenj/voc2012_patch

    Revise voc2012 dataset preparing script
    yichenj committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    17bcb67 View commit details
    Browse the repository at this point in the history