1. 29 Sep, 2021 6 commits
  2. 28 Sep, 2021 2 commits
  3. 27 Sep, 2021 3 commits
    • Nikita Shulga's avatar
      Bump main trunk version to 0.12 (#4490) · 136a16ea
      Nikita Shulga authored
      136a16ea
    • Loi Ly's avatar
      Added gray image support to `adjust_saturation` function (#4480) · f483e71b
      Loi Ly authored
      * update channels parameter to every calling to check_functional_vs_PIL_vs_scripted
      
      * update adjust_saturation
      
      * update docstrings for functional transformations
      
      * parametrize channels
      
      * update docstring of ColorJitter class
      
      * move channels to class's parameter
      
      * remove testing channels for geometric transforms
      
      * revert redundant changes
      
      * revert redundant changes
      
      * update grayscale test cases for randaugment, autoaugment, trivialaugment
      
      * update docstrings of randaugment, autoaugment, trivialaugment
      
      * update docstring of ColorJitter
      
      * fix adjust_hue's docstring
      
      * change test equal tolerance
      
      * refactor grayscale tests
      
      * make get_grayscale_test_image private
      f483e71b
    • peterbell10's avatar
      Update gpu atomics include path (#4478) · 3e27eb21
      peterbell10 authored
      
      
      * Update gpu atomics include path
      
      THC is being removed, and this header now lives in ATen.
      See pytorch/pytorch#65470.
      
      * Empty commit to trigger build
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      3e27eb21
  4. 26 Sep, 2021 1 commit
  5. 24 Sep, 2021 6 commits
  6. 23 Sep, 2021 1 commit
  7. 22 Sep, 2021 1 commit
  8. 21 Sep, 2021 7 commits
  9. 20 Sep, 2021 2 commits
  10. 17 Sep, 2021 3 commits
  11. 16 Sep, 2021 3 commits
  12. 15 Sep, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Adding Mixup and Cutmix (#4379) · c8e3b2a5
      Vasilis Vryniotis authored
      * Add RandomMixupCutmix.
      
      * Add test with real data.
      
      * Use dataloader and collate in the test.
      
      * Making RandomMixupCutmix JIT scriptable.
      
      * Move out label_smoothing and try roll instead of flip
      
      * Adding mixup/cutmix in references script.
      
      * Handle one-hot encoded target in accuracy.
      
      * Add support of devices on tests.
      
      * Separate Mixup from Cutmix.
      
      * Add check for floats.
      
      * Adding device on expect value.
      
      * Remove hardcoded weights.
      
      * One-hot only when necessary.
      
      * Fix linter.
      
      * Moving mixup and cutmix to references.
      
      * Final code clean up.
      c8e3b2a5
    • Prabhat Roy's avatar
      Updated annotation to be a Union of Tensor and List (#4416) · b0962719
      Prabhat Roy authored
      * Updated annotation to be a Union of Tensor and List
      
      * Updated check_roi_boxes_shape.
      b0962719
  13. 14 Sep, 2021 3 commits
    • Prabhat Roy's avatar
      Ignore platforms other than Linux for ffmpeg (#4410) · 719e1203
      Prabhat Roy authored
      * Fix ffmpeg version
      
      * Ignore platforms other than Linux for ffmpeg
      
      * Removed unnecessary changes
      719e1203
    • Vasilis Vryniotis's avatar
      Update the metrics output on reference scripts (#4408) · 921b6bef
      Vasilis Vryniotis authored
      * Update log message.
      
      * Update fstring.
      921b6bef
    • Muhammed Abdullah's avatar
      Added LFW Dataset (#4255) · d85aa6d3
      Muhammed Abdullah authored
      
      
      * Added LFW Dataset
      
      * Added dataset to list in __init__.py
      
      * Updated lfw.py
      * Created a common superclass for people and pairs type datatsets
      * corrected the .download() method
      
      * Added docstrings and updated datasets.rst
      
      * Wrote tests for LFWPeople and LFWPairs
      
      * Resolved mypy error: Need type annotation for "data"
      
      * Updated inject_fake_data method for LFWPeople
      
      * Updated tests for LFW
      
      * Updated LFW tests and minor changes in lfw.py
      
      * Updated LFW
      * Added functionality for 10-fold validation view
      * Optimized the code so to replace repeated lines by method in super
        class
      * Updated LFWPeople to get classes from all lfw-names.txt rather than
        just the classes fron trainset
      
      * Updated lfw.py and tests
      * Updated inject_fake_data method to create 10fold fake data
      * Minor changes in docstring and extra_repr
      
      * resolved py lint errors
      
      * Added checksums for annotation files
      
      * Minor changes in test
      
      * Updated docstrings, defaults and minor changes in test
      
      * Removed 'os.path.exists' check
      Co-authored-by: default avatarABD-01 <myac931@gmai.com>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      d85aa6d3