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

[feature] CONTRASTIVE REPRESENTATION DISTILLATION with dataset wrapper #281

Merged
merged 20 commits into from
Sep 13, 2022

Commits on Aug 10, 2022

  1. init

    huangpengsheng committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    97e27d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. TD: CRDLoss

    huangpengsheng committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    b836a83 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. complete UT

    huangpengsheng committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    828926e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. fix conflict

    huangpengsheng committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    e7d2152 View commit details
    Browse the repository at this point in the history
  2. fix docstrings

    huangpengsheng committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5553c51 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. fix ci

    huangpengsheng committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    c40cad8 View commit details
    Browse the repository at this point in the history
  2. update

    huangpengsheng committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9091b3b View commit details
    Browse the repository at this point in the history
  3. fix CI

    huangpengsheng committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f194489 View commit details
    Browse the repository at this point in the history
  4. DONE

    huangpengsheng committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    a229cb1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. resolve conficts

    huangpengsheng committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8dacab8 View commit details
    Browse the repository at this point in the history
  2. maintain CRD dataset unique funcs as a mixin

    huangpengsheng committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4ed843b View commit details
    Browse the repository at this point in the history
  3. maintain CRD dataset unique funcs as a mixin

    huangpengsheng committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4fa9523 View commit details
    Browse the repository at this point in the history
  4. maintain CRD dataset unique funcs as a mixin

    huangpengsheng committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    c2bb3fc View commit details
    Browse the repository at this point in the history
  5. add UT: CRD_ClsDataset

    huangpengsheng committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    d063d78 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. init

    huangpengsheng committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a76b19b View commit details
    Browse the repository at this point in the history
  2. TODO: UT test formatting.

    huangpengsheng committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d50f786 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. merge dev-1x and resolve conflicts

    huangpengsheng committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    f098fe9 View commit details
    Browse the repository at this point in the history
  2. init

    huangpengsheng committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    c42f22a View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. crd dataset wrapper

    huangpengsheng committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f4c1866 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. update docstring

    huangpengsheng committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    34b2886 View commit details
    Browse the repository at this point in the history