"vscode:/vscode.git/clone" did not exist on "cd6186907c2dab95ea56228738b003cf62a88d7b"
  1. 07 Oct, 2021 7 commits
  2. 06 Oct, 2021 4 commits
  3. 05 Oct, 2021 6 commits
  4. 04 Oct, 2021 3 commits
    • Nicolas Hug's avatar
      Fix all outstanding flake8 issues (#4535) · b81d189d
      Nicolas Hug authored
      b81d189d
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      Philip Meier authored
      
      
      * add ufmt as code formatter
      
      * cleanup
      
      * quote ufmt requirement
      
      * split imports into more groups
      
      * regenerate circleci config
      
      * fix CI
      
      * clarify local testing utils section
      
      * use ufmt pre-commit hook
      
      * split relative imports into local category
      
      * Revert "split relative imports into local category"
      
      This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51.
      
      * pin black and usort dependencies
      
      * fix local test utils detection
      
      * fix ufmt rev
      
      * add reference utils to local category
      
      * fix usort config
      
      * remove custom categories sorting
      
      * Run pre-commit without fixing flake8
      
      * got a double import in merge
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
    • Nicolas Hug's avatar
      Relative import for roi_align (#4533) · e45489b1
      Nicolas Hug authored
      e45489b1
  5. 01 Oct, 2021 4 commits
  6. 30 Sep, 2021 3 commits
  7. 29 Sep, 2021 3 commits
    • Kai Zhang's avatar
      Add RegNet Architecture in TorchVision (#4403) · 194a0846
      Kai Zhang authored
      * initial code
      
      * add SqueezeExcitation
      
      * initial code
      
      * add SqueezeExcitation
      
      * add SqueezeExcitation
      
      * regnet blocks, stems and model definition
      
      * nit
      
      * add fc layer
      
      * use Callable instead of Enum for block, stem and activation
      
      * add regnet_x and regnet_y model build functions, add docs
      
      * remove unused depth
      
      * use BN/activation constructor and ConvBNActivation
      
      * add expected test pkl files
      
      * allow custom activation in SqueezeExcitation
      
      * use ReLU as the default activation
      
      * initial code
      
      * add SqueezeExcitation
      
      * initial code
      
      * add SqueezeExcitation
      
      * add SqueezeExcitation
      
      * regnet blocks, stems and model definition
      
      * nit
      
      * add fc layer
      
      * use Callable instead of Enum for block, stem and activation
      
      * add regnet_x and regnet_y model build functions, add docs
      
      * remove unused depth
      
      * use BN/activation constructor and ConvBNActivation
      
      * reuse SqueezeExcitation from efficientnet
      
      * refactor RegNetParams into BlockParams
      
      * use nn.init, replace np with torch
      
      * update README
      
      * construct model with stem, block, classifier instances
      
      * Revert "construct model with stem, block, classifier instances"
      
      This reverts commit 850f5f3ed01a2a9b36fcbf8405afd6e41d2e58ef.
      
      * remove unused blocks
      
      * support scaled model
      
      * fuse into ConvBNActivation
      
      * make reset_parameters private
      
      * fix type errors
      
      * fix for unit test
      
      * add pretrained weights for 6 variant models, update docs
      194a0846
    • Vasilis Vryniotis's avatar
      Replace MobileNetV3's SqueezeExcitation with EfficientNet's one (#4487) · ff126ae2
      Vasilis Vryniotis authored
      * Reuse EfficientNet SE layer.
      
      * Deprecating the mobilenetv3.SqueezeExcitation layer.
      
      * Passing the right activation on quantization.
      
      * Making strict named param.
      
      * Set default params if missing.
      
      * Fixing typos.
      ff126ae2
    • Philip Meier's avatar
      cleanup prototype datasets (#4471) · a068602e
      Philip Meier authored
      
      
      * cleanup image folder
      
      * make shuffling mandatory
      
      * rename parameter in home() function
      
      * don't show builtin list
      
      * make categories optional in dataset info
      
      * use pseudo-infinite buffer size for shuffler
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      a068602e
  8. 28 Sep, 2021 1 commit
  9. 27 Sep, 2021 2 commits
    • 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
  10. 24 Sep, 2021 3 commits
  11. 23 Sep, 2021 1 commit
  12. 22 Sep, 2021 1 commit
  13. 21 Sep, 2021 2 commits