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

Multi label margin loss #50007

Closed
wants to merge 35 commits into from
Closed

Commits on Oct 23, 2020

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

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    01f5073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e2a16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c36491 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    02bcff1 View commit details
    Browse the repository at this point in the history
  2. update NN modules

    v0dro committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f6626a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

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

Commits on Nov 20, 2020

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

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    16036d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cda8b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7dd5df View commit details
    Browse the repository at this point in the history
  4. remove include iostream

    v0dro committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    6ebf017 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. some extra tests

    v0dro committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    830bde7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    909c27f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02b587a View commit details
    Browse the repository at this point in the history
  4. change checks for GPU

    v0dro committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7ab03e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. update CUDA

    v0dro committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    1339074 View commit details
    Browse the repository at this point in the history
  2. update test for flake8

    v0dro committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    51526c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    1124e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44d86e View commit details
    Browse the repository at this point in the history
  3. update tests

    v0dro committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    0ab92ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1966220 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5762783 View commit details
    Browse the repository at this point in the history
  6. revert use of angle brackets

    v0dro committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b562139 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. update CUDA tests

    v0dro committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    3be59d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947aaf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    19aa539 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'multi-label-margin-loss' of github.com:v0dro/pytorch in…

    …to multi-label-margin-loss
    v0dro committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    e1a7c2a View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    4ef5707 View commit details
    Browse the repository at this point in the history
  2. return if input numel is 0

    v0dro committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    76aa2ab View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    4696ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57edc91 View commit details
    Browse the repository at this point in the history
  3. Update LossMultiLabelMargin.cpp

    v0dro committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c8ea9fc View commit details
    Browse the repository at this point in the history
  4. Update LossMultiMargin.cpp

    v0dro committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    12e078a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4072f4 View commit details
    Browse the repository at this point in the history