Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

add pos_weight for SigmoidBinaryCrossEntropyLoss #13612

Merged
merged 25 commits into from
Mar 8, 2019
Merged

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    a0c0fb0 View commit details
    Browse the repository at this point in the history
  2. Update loss.py

    eureka7mt authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    bd9f40f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. add test

    add test
    eureka7mt authored Dec 12, 2018
    Configuration menu
    Copy the full SHA
    1b56843 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. Configuration menu
    Copy the full SHA
    0c16c53 View commit details
    Browse the repository at this point in the history
  2. fix unittest

    eureka7mt committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    04da956 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. set N be a random number

    eureka7mt committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    100eabd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. fix issues

    eureka7mt committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    62b9701 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. test without random number

    eureka7mt committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    985f901 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. test with random N

    eureka7mt committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    ba2683a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. fix

    eureka7mt committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    9313c21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5d54a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. fix errors

    eureka7mt committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    c497926 View commit details
    Browse the repository at this point in the history
  2. fix errors

    eureka7mt authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    8b2e560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33159ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6662a1a View commit details
    Browse the repository at this point in the history
  5. fix order

    eureka7mt committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    f18707d View commit details
    Browse the repository at this point in the history
  6. Update loss.py

    wkcn authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    0099479 View commit details
    Browse the repository at this point in the history
  7. Update loss.py

    wkcn authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    3f44834 View commit details
    Browse the repository at this point in the history
  8. fix pylint

    wkcn authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    7689e0d View commit details
    Browse the repository at this point in the history
  9. default pos_weight=None

    eureka7mt committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    d453f3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8e26858 View commit details
    Browse the repository at this point in the history
  11. fix unittest

    wkcn committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    a0becb2 View commit details
    Browse the repository at this point in the history
  12. Update loss.py

    wkcn authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    35716f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Update loss.py

    wkcn authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    2817847 View commit details
    Browse the repository at this point in the history
  2. Update loss.py

    wkcn authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    2b03da7 View commit details
    Browse the repository at this point in the history