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

Updating to Lightning 2.0 #210

Merged
merged 30 commits into from
Sep 6, 2023
Merged

Updating to Lightning 2.0 #210

merged 30 commits into from
Sep 6, 2023

Commits on Aug 8, 2023

  1. Update to lightning 2.0

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6b4d98d View commit details
    Browse the repository at this point in the history
  2. Update env

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e2ae531 View commit details
    Browse the repository at this point in the history
  3. Update env

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1d34a63 View commit details
    Browse the repository at this point in the history
  4. Add pydantic<2

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    074a51f View commit details
    Browse the repository at this point in the history
  5. Update

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2590f4f View commit details
    Browse the repository at this point in the history
  6. Update train.py

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c568a34 View commit details
    Browse the repository at this point in the history
  7. Update a couple imports

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    72bb852 View commit details
    Browse the repository at this point in the history
  8. Update

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    290079a View commit details
    Browse the repository at this point in the history
  9. Update

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    3c5ac74 View commit details
    Browse the repository at this point in the history
  10. Update

    RaulPPelaez committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1b5a5cd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    625a75a View commit details
    Browse the repository at this point in the history
  2. Reproduce the trick used before to test during training

    Alas, it requires to reload the dataloaders every epoch when test_interval>0
    RaulPPelaez committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    aa8c593 View commit details
    Browse the repository at this point in the history
  3. Blacken

    RaulPPelaez committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    07cab4e View commit details
    Browse the repository at this point in the history
  4. Blacken

    RaulPPelaez committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    57f13f6 View commit details
    Browse the repository at this point in the history
  5. Small update

    RaulPPelaez committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a5eb996 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    RaulPPelaez committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f099e03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82e1535 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Add l1_loss to validation

    RaulPPelaez committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d4419a3 View commit details
    Browse the repository at this point in the history
  2. Report val_loss, train_loss and test_loss with the same name as before

    Change the order of operations to reproduce trains done with previous
    versions more closely
    RaulPPelaez committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dcaa198 View commit details
    Browse the repository at this point in the history
  3. blacken

    RaulPPelaez committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ff990ff View commit details
    Browse the repository at this point in the history
  4. Use zero_rank_warn

    RaulPPelaez committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7e80f0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c3c8b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b67782 View commit details
    Browse the repository at this point in the history
  7. Add a test result log

    Always log losses on y and neg_dy even if they are weighted 0 for the
    total loss
    RaulPPelaez committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    431cb3a View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    d3df7cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450cd6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cf6cf4 View commit details
    Browse the repository at this point in the history
  4. Use defaultdict

    RaulPPelaez committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1298473 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ee1305 View commit details
    Browse the repository at this point in the history
  6. Blacken

    RaulPPelaez committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0c84cb7 View commit details
    Browse the repository at this point in the history