- 04 Feb, 2022 1 commit
-
-
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>
-
- 29 Jan, 2022 1 commit
-
-
Yiwen Song authored
* Adding conv_stem support * fix lint * bug fix * address comments * fix after merge * adding back checking lines * fix failing tests * fix iignore * add unittest & address comments * fix memory issue * address comments
-
- 28 Jan, 2022 3 commits
-
-
Nicolas Hug authored
-
Philip Meier authored
* run mypy on Python 3.9 * appease mypy * Revert "run mypy on Python 3.9" This reverts commit b935c8310ca755851f523af5aeb3a6f120b95abf.
-
Vasilis Vryniotis authored
-
- 27 Jan, 2022 7 commits
-
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* Some Qs * Some modifications * don't need _loader in __init__ * list_names -> list_datasets * Update torchvision/prototype/datasets/utils/_resource.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Remove unsued import * fix tests * Some missing renames Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* Add PCAM dataset to prototype area * use BytesIO instead of writing file to disk * Apply suggestions from code review Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * remove noqa * typos * Use _Resource namedtuple * Add h5py to unittest_prototype job * use .item() on target * Forgot to call regenerate.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Aditya Oke authored
* Start stuff * Start adding some implementation * Add implementation * Use torch for colorwheel * Add simple test * Fix small numpy rename * Adapt the changes * Fix stuff * Add suggestions * Minor fixes for float * Remove idx logic * Simplify * Fix test * Update code and add test * Add expected flow asset * Fix expected flow path * Doc nits Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Prabhat Roy authored
-
rvandeghen authored
@datumbox Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 26 Jan, 2022 6 commits
-
-
Hu Ye authored
* fix bug when the target is empty * Add unittest for empty instance training Co-authored-by:
Zhiqiang Wang <zhiqwang@foxmail.com> Co-authored-by:
Joao Gomes <joaopsgomes@gmail.com>
-
Prabhat Roy authored
-
Bruno Korbar authored
* expect the CI to fail * retrigger tests * rewriting to close the containers and avoid potential clashes * addressing Prabhat's commetns Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Prabhat Roy <prabhatroy@fb.com>
-
Masahiro Masuda authored
* Remove in-place mutation in DefaultBoxGenerator * device fix * Update torchvision/models/detection/anchor_utils.py Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Allen Goodman authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Kai Zhang authored
* add docstring for _log_api_usage_once * lint * rephrase Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 25 Jan, 2022 4 commits
-
-
Jithun Nair authored
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Nikita Shulga <nshulga@fb.com>
-
Piyush Singh authored
* replace assert with valueerror * pytest should raise ValueError not AssertionError * minor edit * raise assert changed to raise valueerror in test * Update torchvision/models/detection/backbone_utils.py Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> * Update torchvision/models/detection/backbone_utils.py Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> * minor edits * minor edits * added one test * added another test * added another test * test for mobilenet * ufmt formatting * cant have unused variables * suggested changes * minor edit * corrected bug pointed out by datumbox * corrected bug pointed out by datumbox * bug correction and shorten msg * ufmt stuff * resolved last comment Co-authored-by:
Abhijit Deo <72816663+abhi-glitchhg@users.noreply.github.com> Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* use fixture for dataset root in tests * fix home dir generation * remove caching Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 24 Jan, 2022 2 commits
-
-
vfdev authored
* Added center option to F.affine and RandomAffine ops * Updates according to the review
-
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
-