1. 24 Sep, 2021 3 commits
  2. 23 Sep, 2021 1 commit
  3. 22 Sep, 2021 1 commit
  4. 21 Sep, 2021 7 commits
  5. 20 Sep, 2021 2 commits
  6. 17 Sep, 2021 3 commits
  7. 16 Sep, 2021 3 commits
  8. 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
  9. 14 Sep, 2021 6 commits
  10. 13 Sep, 2021 3 commits
  11. 10 Sep, 2021 2 commits
  12. 09 Sep, 2021 1 commit
  13. 08 Sep, 2021 2 commits
  14. 07 Sep, 2021 2 commits
  15. 06 Sep, 2021 2 commits
    • Francisco Massa's avatar
      fbd69f10
    • Alexander Soare's avatar
      Add FX feature extraction as an alternative to intermediate_layer_getter (#4302) · 72d650ae
      Alexander Soare authored
      
      
      * add fx feature extraction util
      
      * Make it possible to use train and eval mode
      
      * FX feature extraction - Tweaks and small bug fixes
      
      * FX feature extraction - add tests
      
      * move to feature_extraction.py, add LeafModuleAwareTracer, add docs
      
      * Tweaks to docs
      
      * addressing latest round of feedback
      
      * undo line spacing changes
      
      * change type hints in docstrings
      
      * fix sphinx indentation
      
      * expose feature_extraction
      
      * add maskrcnn example
      
      * add api refernce subheading
      
      * address latest review notes, refactor names, fix regex, cosmetics
      
      * Add back efficientnet to models
      
      * fix tests for effnet
      
      * fix linting issue
      
      * fix test tracer kwargs
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      72d650ae