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

Adding BinaryDice Loss #1050

Open
wants to merge 64 commits into
base: master
Choose a base branch
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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    ffc1fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7daf26 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    681b302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    871f127 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e2ecd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9789251 View commit details
    Browse the repository at this point in the history
  5. Hardcoded PI -> np.pi

    DavidLandup0 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    50c2438 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    fd1030e View commit details
    Browse the repository at this point in the history
  2. fixes

    DavidLandup0 committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    46f2aff View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    08b82a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    785862e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. docstrings, fixes

    DavidLandup0 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    7ff5f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Oct 27, 2022

  1. resolved merge conflict

    DavidLandup0 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    b3852d7 View commit details
    Browse the repository at this point in the history
  2. various typo fixes

    DavidLandup0 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1f48010 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9438290 View commit details
    Browse the repository at this point in the history
  4. skeleton for tests

    DavidLandup0 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7b83508 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28199ec View commit details
    Browse the repository at this point in the history
  6. renamed back...

    DavidLandup0 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8dd7063 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    80d0904 View commit details
    Browse the repository at this point in the history
  2. docs touchup

    DavidLandup0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0d54896 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89a8dd View commit details
    Browse the repository at this point in the history
  4. Fixed axis value check

    DavidLandup0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    243b15f View commit details
    Browse the repository at this point in the history
  5. added per_image flag

    DavidLandup0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    04a34d9 View commit details
    Browse the repository at this point in the history
  6. formatting

    DavidLandup0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    be2c531 View commit details
    Browse the repository at this point in the history
  7. removed unused import

    DavidLandup0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    3815fc5 View commit details
    Browse the repository at this point in the history
  8. removed unused import

    DavidLandup0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    fa69da2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. sync:

    DavidLandup0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    d9eb0a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    44a09ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bbbd4f View commit details
    Browse the repository at this point in the history
  3. fixed sparse dice loss

    DavidLandup0 committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    dd45f00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbb8550 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55f01ef View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. sync

    DavidLandup0 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    464cf6c View commit details
    Browse the repository at this point in the history
  2. sync

    DavidLandup0 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fc39d3a View commit details
    Browse the repository at this point in the history
  3. fixed tests

    DavidLandup0 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c98ad00 View commit details
    Browse the repository at this point in the history
  4. .

    DavidLandup0 committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    dd5ea9c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

  1. separated binary dice

    DavidLandup0 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    6a96eaf View commit details
    Browse the repository at this point in the history
  2. removed imports

    DavidLandup0 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f004f8f View commit details
    Browse the repository at this point in the history
  3. imports

    DavidLandup0 committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    dbf53e5 View commit details
    Browse the repository at this point in the history