- 11 Oct, 2022 3 commits
-
-
Andrey Talman authored
* Increase inactivity timeout for binary build jobs * Fix binary build steo
-
Andrey Talman authored
-
Andrey Talman authored
-
- 10 Oct, 2022 2 commits
-
-
Andrey Talman authored
* Fix windows python 3.8 * Update torchvision/extension.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/extension.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Andrey Talman authored
* Test against torch RC instead of nightly Fix prev commit * Bump version to build against Use UPLOAD_CHANNEL instead of hardcoding
-
- 05 Oct, 2022 3 commits
-
-
YosuaMichael authored
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Joao Gomes authored
* fix bug in output format for pyav * add read from memory with constructor overload * Revert "add read from memory with constructor overload" This reverts commit 14cbbab239165be05096fd6cbb88cb0448502436. * run ufmt
-
Philip Meier authored
* exclude sphinx-gallery==0.11.0 * fix CSS * Update docs/requirements.txt
-
- 04 Oct, 2022 1 commit
-
-
YosuaMichael authored
* Remove test related to prototype * Remove torchvision/prototype dir * Remove references/depth/stereo because it depend on prototype * Remove prototype related entries on mypy.ini * Remove things related to prototype in pytest.ini * clean setup.py from prototype * Clean CI from prototype * Remove unused expect file
-
- 03 Oct, 2022 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
* refactor RandomCrop * mypy * fix test * use padding directly rather than private attribute * only compute type specific fill if padding is needed * [DRAFT] don't use the diff trick * fix error message Co-authored-by:
vfdev <vfdev.5@gmail.com> * remove height and width diff * reinstate separate diff checking * introduce needs_crop flag Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 30 Sep, 2022 3 commits
-
-
Philip Meier authored
* prevent feature wrapping for inplace ops * cleanup * mypy * refactor __torch_function__ to be more concise * avoid double lookup * fix normalize * refactor normalize * mypy
-
Philip Meier authored
Co-authored-by:vfdev <vfdev.5@gmail.com>
-
Philip Meier authored
* prevent feature wrapping if the feature is not the primary operand * explicitly add feature tests to CI
-
- 29 Sep, 2022 5 commits
-
-
Vasilis Vryniotis authored
-
Philip Meier authored
* move metadata computation from prototype features into kernels * fix tests * fix no_inplace test * mypy * add perf TODO
-
YosuaMichael authored
* Update the expected removal date for several deprecated API * Revert the change in models/_utils.py * Remove removal date on pretrained=True * Update another message related to pretrained=True * Also update the warning in kwonly_to_pos_or_kw decorator * Update remaining message in _utils.py
-
vfdev authored
* Hack to improve performance of resize op with nearest mode on 2D * Moved hack to prototype * Moved hack into proto and reused code from stable resize * updates * More updates
-
Philip Meier authored
* pass metadata directly after input in prototype kernels * rename img to image
-
- 28 Sep, 2022 7 commits
-
-
Andrey Talman authored
* Removing cuda 102 Display cuda info Address comments try to resolve CUDA version issue More work Base debugging Fix cuda version passing Testing Adding config.yml Adding command we use for pytorch vision install Adding unit tests Modify install command Refactor config.in Move cpu tests to different PR Remove debug code Testing similar exception for linux as windows update test_models.py Revert "Testing similar exception for linux as windows" This reverts commit 4aaee0b56376440bb56ecd3efe25b60595a241a5. Revert "update test_models.py" This reverts commit 413651a308f68b6801681ddfc2c21201c4df3207. * Removing debug statement * Reverting to old command
-
Vasilis Vryniotis authored
* Fix `size` in resize. * Update torchvision/prototype/features/_bounding_box.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Address some of the comments. * Fix `output_size` in center_crop. * Fix `CenterCrop` transform * Fix `size` in five_crop. * Fix `size` in ten_crop. * Fix `kernel_size` and `sigma` in gaussian_blur. * Fix `angle` and `shear` in affine. * Fixing JIT-scriptability issues. * Update TODOs. * Restore fake types for `Union[int, List[int]]` and `Union[int, float, List[float]]` * Fixing tests * Fix linter * revert unnecessary JIT mitigations. * Cherrypick Philip's 6dfc9657ce89fe9e018a11ee25a8e26c7d3d43c6 * Linter fix * Adding center float casting Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Vasilis Vryniotis authored
* Revert "Bump tol for autocasted `fasterrcnn_resnet50_fpn` (#6601)" This reverts commit a4f53308. * Temporarily remove FasterRCNN autocast test
-
Nicolas Hug authored
* Remove Kinetics400 class * Remove '2007-test' in VOC * Remove some MobileNet layer classes * Remove torchvision/models/segmentation/segmentation.py * Remove some MultiScaleRoIAlign methods * Remove torchvision/transforms/_functional_video.py * Remove torchvision/transforms/_transforms_video.py * Remove resample parameter in transforms * Remove 'range' parameter * Remove 'fill_value' parameter in transforms * Revert to original warning for C++ models - looks like we should still keep them around? * pre-commit * Fix docs * Remove test/test_transforms_video.py * Some fixes * Remove more tests * Revert changes to C++ models * Add back _transforms_video and change warning message * Change back the warning message, and will change the warning message on separate PR Co-authored-by:
YosuaMichael <yosuamichaelm@gmail.com> Co-authored-by:
Yosua Michael Maranatha <yosuamichael@fb.com>
-
Kevin Tse authored
* Replace torch.utils.data.graph.traverse with traverse_dps [ghstack-poisoned] * Update on "Replace `torch.utils.data.graph.traverse` with `traverse_dps`" CI is expected to fail for now. This should be merged only after https://github.com/pytorch/pytorch/pull/85667 has been merged into nightly and internal. [ghstack-poisoned] Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
* add more size types for prototype resize sample inputs * add skip for dispatcher * add more sizes to resize kernel info * add more skips * add more diversity to gaussian_blur parameters * diversify affine parameters and fix bounding box kernel * fix center_crop dispatcher info * revert kernel fixes * add skips for scalar shears in affine_bounding_box
-
Philip Meier authored
-
- 27 Sep, 2022 3 commits
-
-
Ambuj Pawar authored
Co-authored-by:Ambuj Pawar <your_email@abc.example>
-
Erjia Guan authored
* Ignore deprecation warning from traverse function * remove only_datapipe * reinstate warning ignore for DL test * ignore warning class wide due to priority Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Andrey Talman authored
-
- 26 Sep, 2022 3 commits
-
-
Vasilis Vryniotis authored
* Fixing inverted center_crop check on Classification preset * Remove the `--train-center-crop` flag.
-
YosuaMichael authored
* Remove cpp models * Also remove the whole models folder in csrc * Cleanup test for cpp model
-
Philip Meier authored
-
- 23 Sep, 2022 8 commits
-
-
Philip Meier authored
* add segmentation reference consistency tests * fall back to smoke tests for resize * add test for RandomCrop Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Ambuj Pawar authored
* add limitation of decode_jpeg in the function docstring * undo unwanted changes in decode_png Co-authored-by:Ambuj Pawar <your_email@abc.example>
-
Ponku authored
* added crestereo author weights * update weights name * synced fl-all metric * changed resize size config param name * extended weight sets * changed weight link
-
Ponku authored
* crestereo draft implementation * minor model fixes. positional embedding changes. * aligned base configuration with paper * Adressing comments * Broke down Adaptive Correlation Layer. Adressed some other commets. * adressed some nits * changed search size, added output channels to model attrs * changed weights naming * changed from iterations to num_iters * removed _make_coords, adressed comments * fixed jit test * added script files * added cascaded inference evaluation * added optimizer option * minor changes * Update references/depth/stereo/train.py Co-authored-by:
vfdev <vfdev.5@gmail.com> * adressed some comments * change if-else to dict * added manual resizing for masks and disparities during evaluation * minor fixes after previous changes * changed dataloader to be initialised once * added distributed changes * changed loader logic * updated eval script to generate weight API like logs * improved support for fine-tuning / training resume * minor changes for finetuning * updated with transforms from main * logging distributed deadlock fix * lint fix * updated metrics * weights API log support * lint fix * added readme * updated readme * updated readme * read-me update * remove hardcoded paths. improved valid dataset selection and sync * removed extras from gitignore Co-authored-by:
Joao Gomes <jdsgomes@fb.com> Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
YosuaMichael <yosuamichaelm@gmail.com>
-
Philip Meier authored
-
Vasilis Vryniotis authored
* Align and Clean up transform types * Move type definitions to `_utils.py` * fixing error message on tests * Apply code review suggestions Co-authored-by:
vfdev <vfdev.5@gmail.com> * Centralizing types and switching to always getting dicts. * Fixing linter * Refactoring typing definitions. * Remove relative imports. * Reuse type. * Temporarily remove the TorchData tests. * Restore the TorchData tests. Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Ponku authored
* Added maxvit architecture and tests * rebased + addresed comments * Revert "rebased + addresed comments" This reverts commit c5b28398cd48d2f3403c7c8eeefbaba9df05fcfe. * Re-added model changes after revert * aligned with partial original implementation * removed submitit script fixed lint * mypy fix for too many arguments * updated old tests * removed per batch lr scheduler and seed setting * removed ontap * added docs, validated weights * fixed test expect, moved shape assertions in the begging for torch.fx compatibility * mypy fix * lint fix * added legacy interface * added weight link * updated docs * Update references/classification/train.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/models/maxvit.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * adressed comments * update ra_maginuted and augmix_severity default values * adressed some comments * remove input_channels parameter Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* add coverage to prototype tests CI * line continuation
-