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 Reverse Distillation #343

Merged
merged 23 commits into from
Jun 9, 2022

Commits on Jun 2, 2022

  1. Initial refactor

    ashwinvaidya17 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0b6d836 View commit details
    Browse the repository at this point in the history
  2. formatting

    ashwinvaidya17 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    7dd75b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63d2921 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    253c215 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

  1. Add ignore

    Ashwin Vaidya committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    9d86107 View commit details
    Browse the repository at this point in the history
  2. Fix multiple backbone support + match OBCE to paper

    Ashwin Vaidya committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    6ae8a8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e4e060 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Update license + add metrics

    Ashwin Vaidya committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    83494a2 View commit details
    Browse the repository at this point in the history
  2. Add model description

    Ashwin Vaidya committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    6b63541 View commit details
    Browse the repository at this point in the history
  3. Refactor

    Ashwin Vaidya committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    73c2851 View commit details
    Browse the repository at this point in the history
  4. Move loss to separate class

    Ashwin Vaidya committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    8171956 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Add images and new results

    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b4a2369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0520a07 View commit details
    Browse the repository at this point in the history
  3. Move loss to root folder

    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d187625 View commit details
    Browse the repository at this point in the history
  4. Add reverse distillation to tests

    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    5114b9b View commit details
    Browse the repository at this point in the history
  5. Fix loss path

    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6d1102a View commit details
    Browse the repository at this point in the history
  6. Fix linting issues

    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    f58e6ec View commit details
    Browse the repository at this point in the history
  7. Change model arch to match code + Remove openvino

    cosine_similarity is not supported op in onnx
    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6f96e90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c71642 View commit details
    Browse the repository at this point in the history
  9. Switch to new logging design

    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    cf377bd View commit details
    Browse the repository at this point in the history
  10. Address PR comments

    Ashwin Vaidya committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    6a4c66c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Address PR comments

    Ashwin Vaidya committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    149e3c0 View commit details
    Browse the repository at this point in the history
  2. Update readme metrics

    Ashwin Vaidya committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    94ad970 View commit details
    Browse the repository at this point in the history