- 04 Mar, 2022 3 commits
-
-
Vasilis Vryniotis authored
* Remove from models and references. * Adding most tests and docs. * Adding transforms tests. * Remove unnecesary ipython notebook. * Simplify tests. * Addressing comments.
-
Andrey Talman authored
* Dsiabling smoke test for nightly builds * fix lint Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Xu Zhao authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 03 Mar, 2022 3 commits
-
-
Philip Meier authored
* simplify Feature implementation * fix mypy
-
Drishti Bhasin authored
* add eurosat * revert formatting * port test and make style changes * add eurosat to __init__ * fix pathlib error * create dataset zipfile and revert pre commit changes * remove unecessary variable in resources * revert auto formatter changes and modify ufmt version * revert change to contributing guide Co-authored-by:
Dbhasin1 <drishti_b@me.iitr.c.in> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
Drishti Bhasin authored
* add country211 * remove unused import * map val to valid and use path comparator * remove unused import * resolve keyerror * map split names in dataset mock Co-authored-by:
Dbhasin1 <drishti_b@me.iitr.c.in> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
- 02 Mar, 2022 4 commits
-
-
Philip Meier authored
* improve StrEnum * use StrEnum for model weights * fix test * migrate StrEnum to main area
-
Vasilis Vryniotis authored
* Extend the EfficientNet class to support v1 and v2. * Refactor config/builder methods and add prototype builders * Refactoring weight info. * Update dropouts based on TF config ref * Update BN eps on TF base_config * Use Conv2dNormActivation. * Adding pre-trained weights for EfficientNetV2-s * Add Medium and Large weights * Update stats with single batch run. * Add accuracies in the docs.
-
Prabhat Roy authored
-
Drishti Bhasin authored
Co-authored-by:Dbhasin1 <drishti_b@me.iitr.c.in>
-
- 01 Mar, 2022 8 commits
-
-
Prabhat Roy authored
-
Prabhat Roy authored
-
Prabhat Roy authored
* Improve test_video_reader * Fix linter error
-
Prabhat Roy authored
-
Prabhat Roy authored
* Move VideoReader out of __init__ * Fix linter error
-
Philip Meier authored
* fix grayscale to RGB for batches * make unsupported types in auto augment a parameter * make auto augment kwargs explicit * add missing error message * add support for specifying probabilites on RandomChoice * remove TODO for deprecating p on random transforms * streamline sample type checking * address comments * split image_size into height and width in auto augment Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
vfdev authored
-
Philip Meier authored
* expand prototype functional scriptability tests * remove obsolete skips
-
- 28 Feb, 2022 3 commits
-
-
Philip Meier authored
* add prototype AugMix transform * cleanup * refactor auto augment subclasses to only trnasform a single image * address review comments
-
satojkovic authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Vasilis Vryniotis authored
* Replace get_image_size/num_channels with get_image_dims * Reduce verbosity * Fix JIT-scriptability * Refactoring * More refactoring * Replace all _FP/_FT direct calls. * Remove usages of get_image_size and get_image_num_channels from code-base. * Fix JIT issues * Adding missing assertion.
-
- 27 Feb, 2022 2 commits
-
-
Hu Ye authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Hu Ye authored
* Create dropblock.py * add dropblock2d * fix pylint * refactor dropblock * add dropblock * Rename dropblock.py to drop_block.py * fix pylint * add dropblock * add dropblock3d * add drop_block3d * add dropblock * Update drop_block.py * Update torchvision/ops/drop_block.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/ops/drop_block.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/ops/drop_block.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/ops/drop_block.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update drop_block.py * Update drop_block.py * import torch.fx * fix lint * fix lint * Update drop_block.py * improve dropblock * add dropblock * refactor dropblock * fix doc * remove the limitation of block_size * Update torchvision/ops/drop_block.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * fix lint * fix lint * add dropblock * Fix linter * add dropblock random check * reduce test time * Update test_ops.py * speed the dropblock test * fix lint Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 25 Feb, 2022 5 commits
-
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
-
Philip Meier authored
* add prototype transforms that don't need dispatchers * cleanup * remove legacy_transform decorator * remove legacy classes * remove explicit param passing * streamline extra_repr * remove obsolete ._supports() method * cleanup * remove Query * cleanup * fix tests * kernels -> functional * move image size and num channels extraction to functional * extend legacy function to extract image size and num channels * implement dispatching for auto augment * fix auto augment dispatch * revert some naming changes * remove ability to pass params to autoaugment * fix legacy image size extraction * align prototype.transforms.functional with transforms.functional * cleanup * fix image size and channels extraction * fix affine and rotate * revert image size to (width, height) * Minor corrections Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Aditya Oke authored
* Add ops.conv3d * Refactor for conv2d and 3d * Refactor * Fix bug * Addres review * Fix bug * nit fix * Fix flake * Final fix * remove documentation * fix linter * Update all the implementations to use new Conv * Small doc fix Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Joao Gomes <jdsgomes@fb.com>
-
- 24 Feb, 2022 6 commits
-
-
Andrey Talman authored
-
Prabhat Roy authored
* Use onnx function only in tracing mode * Add missing import * Address review comments * Fix type annotation * Ignore return type error * Remove unused import * Add fake cast * Fix mypy error * Fix mypy error * Update torchvision/models/detection/_utils.py Co-authored-by:
Shubham Bhokare <32080845+shubhambhokare1@users.noreply.github.com> * _fake_cast_onnx approach Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Shubham Bhokare <32080845+shubhambhokare1@users.noreply.github.com>
-
Vasilis Vryniotis authored
-
Joao Gomes authored
-
Vasilis Vryniotis authored
-
Nikita Shulga authored
Also, remove reference to conda-forge, all CUDA toolchain should be available from NVIDIA channel Install h5py from pip on Windows and skip failing gaussian_blur tests if Win+CUDA11.3 is used
-
- 23 Feb, 2022 4 commits
-
-
Shubham Bhokare authored
* Add topk minimizer function to _utils * Apply ufmt formatting * Apply min function for tracing and scripting * Add type ignore to avoid cast * fix flake * Fix python_type_check Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Joao Gomes authored
* Make small improvements to the release notes scripts Add release tags as parameters, exclude prototype stuff from release notes and automate contributors list
-
Philip Meier authored
* add tensor kernels for normalize and erase * add image tensor assertion
-
Philip Meier authored
* Revert "disable ufmt pre-commit hook (#5454)" This reverts commit 9301685a. * upgrade ufmt to 1.3.2
-
- 22 Feb, 2022 1 commit
-
-
Philip Meier authored
* disable ufmt pre-commit hook * run ufmt outside of pre-commit
-
- 21 Feb, 2022 1 commit
-
-
Philip Meier authored
* fix prototype resource loading * revert unrelated change
-