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

Add Dice Loss #371

Closed
wants to merge 23 commits into from
Closed

Add Dice Loss #371

wants to merge 23 commits into from

Commits on Apr 26, 2022

  1. init dice loss

    innat committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    277fb8d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. update

    innat committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    bde5fad View commit details
    Browse the repository at this point in the history
  2. refactor

    innat committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    7e29651 View commit details
    Browse the repository at this point in the history
  3. update check and refactor

    innat committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    1f4f104 View commit details
    Browse the repository at this point in the history
  4. simplified and refactor

    innat committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    65c9a6b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    460643d View commit details
    Browse the repository at this point in the history
  2. add dice_test

    innat committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2dd3fe1 View commit details
    Browse the repository at this point in the history
  3. fix pytest

    innat committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c7dbe61 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. add get_config

    innat committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    d3c5bc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    8c16199 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. add loss type params

    innat committed May 2, 2022
    Configuration menu
    Copy the full SHA
    a5cd22b View commit details
    Browse the repository at this point in the history
  2. fix typo

    innat committed May 2, 2022
    Configuration menu
    Copy the full SHA
    de24048 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. backend to tf.math

    innat committed May 4, 2022
    Configuration menu
    Copy the full SHA
    285fa9c View commit details
    Browse the repository at this point in the history
  2. make serializable

    innat committed May 4, 2022
    Configuration menu
    Copy the full SHA
    ea03cc3 View commit details
    Browse the repository at this point in the history
  3. fix typo

    innat committed May 4, 2022
    Configuration menu
    Copy the full SHA
    c4c4d2a View commit details
    Browse the repository at this point in the history
  4. relocate gather channel func

    innat committed May 4, 2022
    Configuration menu
    Copy the full SHA
    ab1b8d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d739c60 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. add dice_variants

    innat committed May 18, 2022
    Configuration menu
    Copy the full SHA
    bb8127a View commit details
    Browse the repository at this point in the history
  2. update

    innat committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c9c8008 View commit details
    Browse the repository at this point in the history
  3. remove redundant test

    innat committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6bd631e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. reorganize to concise

    innat committed May 21, 2022
    Configuration menu
    Copy the full SHA
    32fb39b View commit details
    Browse the repository at this point in the history
  2. remove non-use param

    innat committed May 21, 2022
    Configuration menu
    Copy the full SHA
    be1c14e View commit details
    Browse the repository at this point in the history
  3. typos

    innat committed May 21, 2022
    Configuration menu
    Copy the full SHA
    c298def View commit details
    Browse the repository at this point in the history