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 SimCLR trainer #1252

Merged
merged 67 commits into from
May 11, 2023
Merged

Add SimCLR trainer #1252

merged 67 commits into from
May 11, 2023

Commits on Apr 15, 2023

  1. add simclr and tests

    isaaccorley committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    0d5279d View commit details
    Browse the repository at this point in the history
  2. add lightly to reqs

    isaaccorley committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    490b863 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

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

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    1dabbcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42f3be0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    554aa92 View commit details
    Browse the repository at this point in the history
  5. Remove kwargs

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    900d378 View commit details
    Browse the repository at this point in the history
  6. Call __init__ explicitly

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    b580f19 View commit details
    Browse the repository at this point in the history
  7. Fix mypy and docs

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    5a4408f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cda57df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5bec352 View commit details
    Browse the repository at this point in the history
  10. Add memory bank

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    b1a51f8 View commit details
    Browse the repository at this point in the history
  11. Ignore erroneous warning

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    4b1a15d View commit details
    Browse the repository at this point in the history
  12. Fix configs, test SSL4EO

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    845519d View commit details
    Browse the repository at this point in the history
  13. Fix a few layer bugs

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    776071e View commit details
    Browse the repository at this point in the history
  14. mypy fixes

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    7b86686 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3fba197 View commit details
    Browse the repository at this point in the history
  16. Fix SeCo in_channels

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    3b48ed5 View commit details
    Browse the repository at this point in the history
  17. Get more coverage

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    19c5052 View commit details
    Browse the repository at this point in the history
  18. Bump min lightly

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    395fe37 View commit details
    Browse the repository at this point in the history
  19. Default logging

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    1edc96a View commit details
    Browse the repository at this point in the history
  20. Test weights

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    eeb5af9 View commit details
    Browse the repository at this point in the history
  21. mypy fix

    adamjstewart committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    45b3dc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    be13c5e View commit details
    Browse the repository at this point in the history
  2. max_epochs param removed

    adamjstewart committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    1c32651 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Use num_features

    adamjstewart committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0a65af4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4a2c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    077f0ed View commit details
    Browse the repository at this point in the history
  4. Add warnings

    adamjstewart committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    8dc3463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4082ee3 View commit details
    Browse the repository at this point in the history
  6. Check if identity

    adamjstewart committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9e2b54d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Match timm model design

    adamjstewart committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    fb78924 View commit details
    Browse the repository at this point in the history
  2. Capture warnings

    adamjstewart committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    e07a2c9 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    adamjstewart committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    f100aed View commit details
    Browse the repository at this point in the history
  4. Increase coverage

    adamjstewart committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0421728 View commit details
    Browse the repository at this point in the history
  5. Fix method name

    adamjstewart committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    bf36410 View commit details
    Browse the repository at this point in the history
  6. More typos

    adamjstewart committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    335d9af View commit details
    Browse the repository at this point in the history
  7. Escape regex

    adamjstewart committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1e90095 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    6a04435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37c510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93325e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 22, 2023

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

Commits on Apr 23, 2023

  1. Rename forward arg

    adamjstewart committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    dbaeb3f View commit details
    Browse the repository at this point in the history
  2. Clarify usage of weights parameter

    Co-authored-by: Caleb Robinson <calebrob6@gmail.com>
    adamjstewart and calebrob6 authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    ce2de2a View commit details
    Browse the repository at this point in the history
  3. Fix flake8

    adamjstewart committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    ab677f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8491a19 View commit details
    Browse the repository at this point in the history
  5. Check it

    calebrob6 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    41ba0ff View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Use hydra

    adamjstewart committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7da418e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0040e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a76fda5 View commit details
    Browse the repository at this point in the history
  4. SimCLR decays lr to 0

    adamjstewart committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2f838da View commit details
    Browse the repository at this point in the history
  5. Add lr warmup

    adamjstewart committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3e9fb28 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba44bc9 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Fix version access

    adamjstewart committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    04520cb View commit details
    Browse the repository at this point in the history
  2. Fix LinearLR

    adamjstewart committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f0e18c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594babb View commit details
    Browse the repository at this point in the history
  4. Comment capitalization

    adamjstewart committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8aa26fa View commit details
    Browse the repository at this point in the history
  5. Require lightly 1.4.3+

    adamjstewart committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5bc9c6d View commit details
    Browse the repository at this point in the history
  6. Require lightly 1.4.3+

    adamjstewart committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    e74f55e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Bump lightly version

    adamjstewart committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a93cc23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a42902d View commit details
    Browse the repository at this point in the history
  3. Add RandomGrayscale

    adamjstewart committed May 3, 2023
    Configuration menu
    Copy the full SHA
    27b823d View commit details
    Browse the repository at this point in the history
  4. Flake8 fixes

    adamjstewart committed May 3, 2023
    Configuration menu
    Copy the full SHA
    eb7b912 View commit details
    Browse the repository at this point in the history
  5. Placate pydocstyle

    adamjstewart committed May 3, 2023
    Configuration menu
    Copy the full SHA
    19f6935 View commit details
    Browse the repository at this point in the history
  6. Clarify docs

    adamjstewart committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3b68504 View commit details
    Browse the repository at this point in the history
  7. Pass correct weights

    adamjstewart committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c3349c1 View commit details
    Browse the repository at this point in the history