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

fix softmax focal loss algorithm #2893

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Aug 7, 2023

  1. fix softmax focal loss algorithm

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ea2dd46 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. fix type check

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f7f2306 View commit details
    Browse the repository at this point in the history
  2. register implementation

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    deb5caf View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. pass tests

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9157252 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. optimize performance

    eliminate race condition
    
    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7081ba7 View commit details
    Browse the repository at this point in the history
  2. remove __ldg of input

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b2526d5 View commit details
    Browse the repository at this point in the history
  3. minor fix

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5fddab9 View commit details
    Browse the repository at this point in the history
  4. revert __ldg

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7fa67a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. move log_softmax to python part

    Signed-off-by: Qingpeng Li <qingpeng9802@gmail.com>
    qingpeng9802 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    5698ac7 View commit details
    Browse the repository at this point in the history