1. 21 Sep, 2021 1 commit
  2. 17 Sep, 2021 1 commit
  3. 16 Sep, 2021 1 commit
  4. 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
  5. 14 Sep, 2021 1 commit
    • 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
  6. 10 Sep, 2021 1 commit
  7. 08 Sep, 2021 2 commits
  8. 06 Sep, 2021 7 commits
  9. 05 Sep, 2021 1 commit
  10. 04 Sep, 2021 1 commit
  11. 02 Sep, 2021 3 commits
  12. 01 Sep, 2021 2 commits
  13. 31 Aug, 2021 3 commits
  14. 27 Aug, 2021 1 commit
  15. 26 Aug, 2021 5 commits
  16. 23 Aug, 2021 3 commits
    • F-G Fernandez's avatar
      Added typing annotations to models/video (#4229) · 11d36292
      F-G Fernandez authored
      * style: Added typing to models/video
      
      * style: Fixed typing
      
      * style: Fixed typing
      
      * style: Fixed typing
      
      * refactor: Removed default value for stem
      
      * docs: Fixed docstring of VideoResNet
      
      * style: Refactored typing
      
      * docs: Fixed docstring
      
      * style: Fixed typing
      
      * docs: Specified docstring
      
      * typing: Fixed tying
      
      * docs: Fixed docstring
      
      * Undoing change.
      11d36292
    • F-G Fernandez's avatar
      Added typing annotations to models/segmentation (#4227) · 185be3a9
      F-G Fernandez authored
      * style: Added typing annotations to segmentation/_utils
      
      * style: Added typing annotations to segmentation/segmentation
      
      * style: Added typing annotations to remaining segmentation models
      
      * style: Fixed typing of DeepLab
      
      * style: Fixed typing
      
      * fix: Fixed typing annotations & default values
      
      * Fixing python_type_check
      185be3a9
    • Nikita Shulga's avatar
      7947fc8f
  17. 20 Aug, 2021 1 commit
  18. 19 Aug, 2021 1 commit
  19. 18 Aug, 2021 1 commit
  20. 17 Aug, 2021 1 commit
  21. 16 Aug, 2021 1 commit