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

DataModules: run all data augmentation on the GPU #992

Merged
merged 108 commits into from
Jan 23, 2023
Merged

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    b6b48cf View commit details
    Browse the repository at this point in the history
  2. Passing tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d5d3f58 View commit details
    Browse the repository at this point in the history
  3. Update BigEarthNet

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    0d557b9 View commit details
    Browse the repository at this point in the history
  4. Break ChesapeakeCVPR

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    73f567e View commit details
    Browse the repository at this point in the history
  5. Update COWC

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1d3c4b3 View commit details
    Browse the repository at this point in the history
  6. Update Cyclone

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    22f11b9 View commit details
    Browse the repository at this point in the history
  7. Update ETCI2021

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3263b71 View commit details
    Browse the repository at this point in the history
  8. mypy fixes

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5d32674 View commit details
    Browse the repository at this point in the history
  9. Update FAIR1M

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    353ba01 View commit details
    Browse the repository at this point in the history
  10. Update Inria

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    7e1d500 View commit details
    Browse the repository at this point in the history
  11. Update LandCoverAI

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b1b90b4 View commit details
    Browse the repository at this point in the history
  12. Update LoveDA

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d0dc274 View commit details
    Browse the repository at this point in the history
  13. Update NAIP

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f5513b7 View commit details
    Browse the repository at this point in the history
  14. Update NASA

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    9525363 View commit details
    Browse the repository at this point in the history
  15. Update OSCD

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b087b74 View commit details
    Browse the repository at this point in the history
  16. Update RESISC45

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    128d279 View commit details
    Browse the repository at this point in the history
  17. Update SEN12MS

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6b41c2d View commit details
    Browse the repository at this point in the history
  18. Update So2Sat

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3790528 View commit details
    Browse the repository at this point in the history
  19. Update SpaceNet

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    176974f View commit details
    Browse the repository at this point in the history
  20. Update UCMerced

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5c08e95 View commit details
    Browse the repository at this point in the history
  21. Update USAVars

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    37ff0dd View commit details
    Browse the repository at this point in the history
  22. Update xview

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d47a72e View commit details
    Browse the repository at this point in the history
  23. Remove seed

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d99dfb7 View commit details
    Browse the repository at this point in the history
  24. mypy fixes

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c579eba View commit details
    Browse the repository at this point in the history
  25. OSCD hacks

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    722f6ad View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e237e26 View commit details
    Browse the repository at this point in the history
  27. Fixes

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    34c8d7e View commit details
    Browse the repository at this point in the history
  28. Add base class to docs

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d66672a View commit details
    Browse the repository at this point in the history
  29. mypy fixes

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3a47cd8 View commit details
    Browse the repository at this point in the history
  30. Fix several tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    afc8246 View commit details
    Browse the repository at this point in the history
  31. Fix Normalize

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    22f695d View commit details
    Browse the repository at this point in the history
  32. Syntax error

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    97ce260 View commit details
    Browse the repository at this point in the history
  33. Fix bigearthnet

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5cdc234 View commit details
    Browse the repository at this point in the history
  34. Fix dtype

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ed059ec View commit details
    Browse the repository at this point in the history
  35. Consistent kornia import

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e5752fc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    3988500 View commit details
    Browse the repository at this point in the history
  37. Fix detection tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3d5ac47 View commit details
    Browse the repository at this point in the history
  38. Fix some chesapeake bugs

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6056e9b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    96252bb View commit details
    Browse the repository at this point in the history
  40. isort fixes

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e3348c7 View commit details
    Browse the repository at this point in the history
  41. Undo breaking change

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2409d8d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    8b0a6bf View commit details
    Browse the repository at this point in the history
  43. mypy fixes

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2e1356f View commit details
    Browse the repository at this point in the history
  44. Add default augmentation

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    b9cd885 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    98f75b8 View commit details
    Browse the repository at this point in the history
  46. Fix datasets tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8e1b18d View commit details
    Browse the repository at this point in the history
  47. Fix datamodule tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a0c835a View commit details
    Browse the repository at this point in the history
  48. Fix more datamodules

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    5fa6e0b View commit details
    Browse the repository at this point in the history
  49. Typo fix

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    509c8db View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    fac17b8 View commit details
    Browse the repository at this point in the history
  51. Fix classification tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c94fa3e View commit details
    Browse the repository at this point in the history
  52. Fix ETCI2021

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1c99f28 View commit details
    Browse the repository at this point in the history
  53. Fix SEN12MS

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ee80cc4 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    96658be View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    aa8108e View commit details
    Browse the repository at this point in the history
  56. Fix dtype and shape

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2e5b2a8 View commit details
    Browse the repository at this point in the history
  57. Fix crs/bbox issue

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    989bbaa View commit details
    Browse the repository at this point in the history
  58. Fix test dtype

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a0aae63 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ad67c88 View commit details
    Browse the repository at this point in the history
  60. flake8 fix

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f62700e View commit details
    Browse the repository at this point in the history
  61. Better checks on sampler

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4de4eff View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    dd66a62 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    a1970ea View commit details
    Browse the repository at this point in the history
  64. Add one to mask

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    61621b0 View commit details
    Browse the repository at this point in the history
  65. Fix missing imports

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3b7a9f4 View commit details
    Browse the repository at this point in the history
  66. Fix batch size

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    c63996e View commit details
    Browse the repository at this point in the history
  67. Simplify augmentations

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    716055f View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    521c09c View commit details
    Browse the repository at this point in the history
  69. Fix tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3201664 View commit details
    Browse the repository at this point in the history
  70. Allow shared dataset

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    db87b42 View commit details
    Browse the repository at this point in the history
  71. One more try

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    752e830 View commit details
    Browse the repository at this point in the history
  72. Fix typo

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    11242f3 View commit details
    Browse the repository at this point in the history
  73. Fix another typo

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1ff4aa0 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    05fb13a View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    8f41fe5 View commit details
    Browse the repository at this point in the history
  76. Don't reuse fixtures

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    96befe3 View commit details
    Browse the repository at this point in the history
  77. Increase coverage

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    227a84e View commit details
    Browse the repository at this point in the history
  78. Fix ETCI tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    2f8b5b4 View commit details
    Browse the repository at this point in the history
  79. Test predict_step

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    fb2e73b View commit details
    Browse the repository at this point in the history
  80. Test all loss methods

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6bcc41e View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    b3aaacf View commit details
    Browse the repository at this point in the history
  82. Document new classes

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a56e5f3 View commit details
    Browse the repository at this point in the history
  83. Fix plotting

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    03f4ce9 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    142bfc4 View commit details
    Browse the repository at this point in the history
  85. Fix flake8

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    be594a1 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    d0d593b View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    04bae75 View commit details
    Browse the repository at this point in the history
  88. Revert "Add lightning-lite dependency"

    This reverts commit 1df7291.
    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    77aae28 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    5f5782d View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    49cc388 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    0935cb9 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    4b52032 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    7ad9e5b View commit details
    Browse the repository at this point in the history
  94. Fix plot methods

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d06d9e9 View commit details
    Browse the repository at this point in the history
  95. Fix OSCD tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    647e601 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    deca721 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    5ae2f4c View commit details
    Browse the repository at this point in the history
  98. Fix OSCD tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    6a1571a View commit details
    Browse the repository at this point in the history
  99. Fix OSCD tests

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    cc6176e View commit details
    Browse the repository at this point in the history
  100. Bad rebase

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    40d31bb View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    f6a3061 View commit details
    Browse the repository at this point in the history
  102. Bad rebase

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ed37429 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    66093a6 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    1776fd6 View commit details
    Browse the repository at this point in the history
  105. flake8 fix

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    38797f1 View commit details
    Browse the repository at this point in the history
  106. Quick test

    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f465efc View commit details
    Browse the repository at this point in the history
  107. Revert "Quick test"

    This reverts commit f465efc.
    adamjstewart committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    514ad2f View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    6c4dafa View commit details
    Browse the repository at this point in the history