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 New API nn.HingeEmbeddingLoss #37540

Merged
merged 36 commits into from
Dec 15, 2021
Merged

Commits on Nov 24, 2021

  1. add hinge_embedding_loss

    S-HuaBomb committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    5e643ca View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. fix test_API

    S-HuaBomb committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    6edb279 View commit details
    Browse the repository at this point in the history
  2. test_API succeed

    S-HuaBomb committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    7e9207e View commit details
    Browse the repository at this point in the history
  3. add English doc

    S-HuaBomb committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    89da508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    769a4b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ea300d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98d687e View commit details
    Browse the repository at this point in the history
  7. fix doc

    S-HuaBomb committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    c6bd8d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    341ba5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a20b2de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b83a1e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e077423 View commit details
    Browse the repository at this point in the history
  12. unique -> flatten

    S-HuaBomb committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    2988c76 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. fix api code

    S-HuaBomb committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    04cf985 View commit details
    Browse the repository at this point in the history
  2. fix English doc

    S-HuaBomb committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    a3bfd3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d892c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    562aa9c View commit details
    Browse the repository at this point in the history
  5. fix Example doc

    S-HuaBomb committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c658354 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    b47d411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de677a6 View commit details
    Browse the repository at this point in the history
  3. fix unique

    S-HuaBomb committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    ebbe89e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3231d91 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. fix label_item_set

    S-HuaBomb committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    aa9f9c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22a25dc View commit details
    Browse the repository at this point in the history
  3. modified judgment equation

    S-HuaBomb committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    c0b31b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

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

Commits on Dec 7, 2021

  1. use paddle.to_tensor

    S-HuaBomb committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    3e94ec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319d085 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b613766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e323aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    146f809 View commit details
    Browse the repository at this point in the history
  6. fix conflicts

    S-HuaBomb committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9eefb38 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

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

Commits on Dec 14, 2021

  1. delta -> margin

    S-HuaBomb committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f92f098 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    0391ff7 View commit details
    Browse the repository at this point in the history