"test/test_transforms_v2_functional.py" did not exist on "32757a260dfedebf71eb470bd0a072ed20beddc3"
- 04 Oct, 2021 1 commit
-
-
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:Nicolas Hug <nicolashug@fb.com>
-
- 13 Sep, 2021 1 commit
-
-
Philip Meier authored
* add pre-commit hooks * ignore yamls in packaging/* * add pre-commit to contributing guide lines * Update CONTRIBUTING.md Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * remove some hooks * fix docstrings * fix end of files Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 23 Aug, 2021 1 commit
-
-
Nikita Shulga authored
-
- 22 Jul, 2021 1 commit
-
-
Philip Meier authored
-
- 15 Jun, 2021 1 commit
-
-
Ivan Kobzarev authored
ghstack-source-id: 7a9c81f1786b94ee9d542a3c4bf1ba87b7e83e57 Pull Request resolved: https://github.com/pytorch/vision/pull/4066 Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 24 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
-
- 10 May, 2021 2 commits
-
-
vfdev authored
* WIP Added antialias option to transforms.functional.resize * Updates according to the review * Excluded these C++ files for iOS build * Added support for mixed downsampling/upsampling * Fixed heap overflow caused by explicit loop unrolling * Applied PR review suggestions - used pytest parametrize instead unittest - cast to scalar_t ptr - removed interpolate aa files for ios/android keeping original cmake version
-
Ivan Kobzarev authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 24 Mar, 2021 1 commit
-
-
Francisco Massa authored
-
- 12 Mar, 2021 1 commit
-
-
Francisco Massa authored
* [android] gradle wrapper [ghstack-poisoned] * [android] publishing to maven central [ghstack-poisoned] Co-authored-by:Ivan Kobzarev <ivankobzarev@fb.com>
-
- 23 Feb, 2021 2 commits
-
-
Ivan Kobzarev authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
* put back * flake8
-
- 22 Feb, 2021 1 commit
-
-
Nicolas Hug authored
* removed call to optimze_for_mobile * removed unrelated changes
-
- 11 Feb, 2021 1 commit
-
-
Vasilis Vryniotis authored
Reviewed By: zertosh Differential Revision: D26396892 fbshipit-source-id: be0bd7fb54cb2f7bd0e0fb5222cc25b4930679a6
-
- 04 Feb, 2021 1 commit
-
-
Ivan Kobzarev authored
* [android] android gradle project for ops * Change CMakeLists to latest PyTorch * Use mobilenet_v3 models for detection Don't need to have two variants of the model anymore, but I'm not removing it for now * Fix orientation when angle = 0 * [android][test_app] Fix YUV decoding * Use smaller version of mobilenet model * Divide inputs by 255 again * [android] assets mobilenetv3 Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-