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

Refactor Reverse Distillation to match official code #1389

Commits on Sep 25, 2023

  1. Non-mandatory early stopping

    abc-125 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    26394f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Added conv4 and bn4 to OCBE

    abc-125 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    3206dc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdf8ba View commit details
    Browse the repository at this point in the history
  3. Added comment on how to use torchvision model as an encoder to reprod…

    …uce results in the paper
    abc-125 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    20b2501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4b9a5a View commit details
    Browse the repository at this point in the history
  5. pre-commit fix

    abc-125 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    abd2223 View commit details
    Browse the repository at this point in the history
  6. Updated results

    abc-125 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    d116bb6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e658ebf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Update src/anomalib/models/reverse_distillation/README.md

    Co-authored-by: Samet Akcay <samet.akcay@intel.com>
    abc-125 and samet-akcay authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    8908c2f View commit details
    Browse the repository at this point in the history
  2. Update src/anomalib/models/reverse_distillation/README.md

    Co-authored-by: Samet Akcay <samet.akcay@intel.com>
    abc-125 and samet-akcay authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    cd9e521 View commit details
    Browse the repository at this point in the history
  3. Update src/anomalib/models/reverse_distillation/README.md

    Co-authored-by: Samet Akcay <samet.akcay@intel.com>
    abc-125 and samet-akcay authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1228555 View commit details
    Browse the repository at this point in the history
  4. Remove early_stopping

    abc-125 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    74f771f View commit details
    Browse the repository at this point in the history
  5. Update src/anomalib/models/reverse_distillation/lightning_model.py

    Co-authored-by: Samet Akcay <samet.akcay@intel.com>
    abc-125 and samet-akcay authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    77c2ba1 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'refactor/reverse-distillation-official-code' of https:/…

    …/github.com/abc-125/anomalib into refactor/reverse-distillation-official-code
    abc-125 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    47a70a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fde96e View commit details
    Browse the repository at this point in the history
  8. Easier to read code

    abc-125 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    6993a05 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'refactor/reverse-distillation-official-code' of https:/…

    …/github.com/abc-125/anomalib into refactor/reverse-distillation-official-code
    abc-125 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    3b3bf09 View commit details
    Browse the repository at this point in the history