- 16 Feb, 2022 2 commits
-
-
vfdev authored
-
Nikita Shulga authored
-
- 15 Feb, 2022 3 commits
-
-
Philip Meier authored
-
Nicolas Hug authored
* Fix resize when size == small_edge_size and max_size isn't None * Better test name
-
vfdev authored
* Removed custom ops for interp with AA * Fixed umft issues Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 14 Feb, 2022 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
* add all legacy kernels * clarify dispatcher docstrings
-
- 11 Feb, 2022 2 commits
-
-
Joao Gomes authored
fbshipit-source-id: 85954dbb817fac16099a3b103b24defc1a8672f8 (cherry picked from commit 9642c8e710e8911c64b9878f51a30ecde95ac90a) Co-authored-by:Richard Barnes <rbarnes@fb.com>
-
Philip Meier authored
* revamp prototype features (#5283) * remove decoding from prototype datasets (#5287) * remove decoder from prototype datasets * remove unused imports * cleanup * fix readme * use OneHotLabel in SEMEION * improve voc implementation * revert unrelated changes * fix semeion mock data * fix pcam * readd functional transforms API to prototype (#5295) * readd functional transforms * cleanup * add missing imports * remove __torch_function__ dispatch * readd repr * readd empty line * add test for scriptability * remove function copy * change import from functional tensor transforms to just functional * fix import * fix test * fix prototype features and functional transforms after review (#5377) * fix prototype functional transforms after review * address features review * make mypy more strict on prototype features * make mypy more strict for prototype transforms * fix annotation * fix kernel tests * add automatic feature type dispatch to functional transforms (#5323) * add auto dispatch * fix missing arguments error message * remove pil kernel for erase * automate feature specific parameter detection * fix typos * cleanup dispatcher call * remove __torch_function__ from transform dispatch * remove auto-generation * revert unrelated changes * remove implements decorator * change register parameter order * change order of transforms for readability * add documentation for __torch_function__ * fix mypy * inline check for support * refactor kernel registering process * refactor dispatch to be a regular decorator * split kernels and dispatchers * remove sentinels * replace pass with ... * appease mypy * make single kernel dispatchers more concise * make dispatcher signatures more generic * make kernel checking more strict * revert doc changes * address Franciscos comments * remove inplace * rename kernel test module * fix inplace * remove special casing for pil and vanilla tensors * address comments * update docs * cleanup features / transforms feature branch (#5406) * mark candidates for removal * align signature of resize_bounding_box with corresponding image kernel * fix documentation of Feature * remove interpolation mode and antialias option from resize_segmentation_mask * remove or privatize functionality in features / datasets / transforms
-
- 10 Feb, 2022 2 commits
-
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
-
- 09 Feb, 2022 4 commits
-
-
Joao Gomes authored
* bump version
-
Nicolas Hug authored
* More deprecations * update message * typo
-
Joao Gomes authored
* Consolidating __repr__ strings Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Aditya Oke authored
* Start adding example * Add thumbnail and text * Replace video * Improve * Change default weights of RAFT model builders * WIP * WIP * update handle_legacy_interface input * lots of stuff * Oops, wrong default * Typo * NITs * Reduce image size * Update gallery/plot_optical_flow.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Remove link to profile * Update gallery/plot_optical_flow.py Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> * Address comments * Nits * Revert "Remove link to profile" This reverts commit 2c7a468c2bb0e14d4f39070524d216cbc153bf1d. Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 08 Feb, 2022 5 commits
-
-
vfdev authored
* Added ref tests for shear X/Y * Added PIL tests and fixed tan(level) difference * Updated tests * Fixed reparam for shear X/Y in autoaugment * Fixed arc_level -> level as atan is applied internally * Fixed links
-
HeungwooLee authored
* Refactor BoxOps tests to use parameterize * Refactor BoxOps tests to use parameterize * Refactor BoxOps to use parameterize, addressed comments from PR#5380 * Refactor BoxOps to use parameterize, addressed minor styling comments from PR#5380 * Refactor BoxOps to use parameterize, addressed typing errorsfrom PR#5380 * Refactor BoxOps to use parameterize, addressed minor naming comments for PR#5380
-
Philip Meier authored
* properly deprecate legacy implementation * cleanup * use warning over deprecation directive * remove patch version * fix link in Kinetics docstring * Some more * fix affine functional tests Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
Philip Meier authored
-
Nicolas Hug authored
* Remove APIs that were deprecated before 0.8 * More stuff * Some more * oops
-
- 07 Feb, 2022 1 commit
-
-
Nicolas Hug authored
* Change default weights of RAFT model builders * update handle_legacy_interface input * Oops, wrong default
-
- 04 Feb, 2022 3 commits
-
-
Joao Gomes authored
* Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01. * Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017. * Remove module vs method name clash * add model contribution guidelines * update CONTRIBUTING_MODELS.md * Fix formatting and typo * fix in-document links * Update CONTRIBUTING.md Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * remove Implementation Details section Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Eugene Yurtsev authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Abhijit Deo authored
-
- 03 Feb, 2022 2 commits
-
-
Nicolas Hug authored
-
Aditya Oke authored
* Add random colors * Update error message, pretty the code * Update edge cases * Change implementation to tuples * Fix bugs * Add tests * Reuse palette * small rename fix * Update tests and code * Simplify code * ufmt * fixed colors -> random colors in docstring * Actually simplify further * Silence mypy. Twice. lol. Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 02 Feb, 2022 6 commits
-
-
Aditya Oke authored
* remove coveragerc * edit shell scripts * drop tox * Apply suggestions from code review * Update setup.cfg Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Move weight initialization in constructors. * Fixing mypy for ViT. * remove unnecessary import
-
Aditya Oke authored
* Improve giou loss * Fix red Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
vfdev authored
Fixes #5204 Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Add is_qat support using a method getter * Switch to an internal _fuse_modules * Fix linter. * Pass is_qat=False on PTQ * Fix bug on ra_sampler flag. * Set is_qat=True for QAT
-
Vasilis Vryniotis authored
-
- 01 Feb, 2022 6 commits
-
-
Nicolas Granger authored
fixes issue #5322 Co-authored-by:
Nicolas Granger <nicolas.granger@cea.fr> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Graduate ConvNeXt to main TorchVision area. * Linter and all var. * Renaming var and making named params mandatory.
-
Philip Meier authored
* resolve redirection for HTTP resources * appease mypy * address review
-
Prabhat Roy authored
* Updated gpu decoder test to use parametrize * Remove list comprehension
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
* Refactor model builder * Add 3 more convnext variants. * Adding weights for convnext_small. * Fix minor bug. * Fix number of parameters for small model. * Adding weights for the base variant. * Adding weights for the large variant. * Simplify LayerNorm2d implementation. * Optimize speed of CNBlock. * Repackage weights.
-
- 31 Jan, 2022 2 commits
-
-
Philip Meier authored
* [DEBUG] run prototype tests on Windows * disable duplicate resource class * fix newlines in mock data generation * fix path matching for DTD * revert CI changes * Revert "fix newlines in mock data generation" This reverts commit f53cf60ff5638e6c2e08a0ee2e73d646b051395f. * rerun tests with fix in torchdata * revert CI changes * add explanation
-
Santiago Castro authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-