"examples/vscode:/vscode.git/clone" did not exist on "3318bcecb8fd31a7ebaa64b5c90b62b722900872"
- 15 Oct, 2021 4 commits
-
-
Aditya Oke authored
* Annotate rpn * Small fix * Small fix and ignore Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
* Adding FasterRCNN ResNet50. * Refactoring to remove duplicate code. * Adding typing info. * Setting weights_backbone=None as default value. * Overwrite eps only for specific weights.
-
Francisco Massa authored
* Add scripts for facilitating generating release notes * remove unused lists, and added instructions, applied balck * renamed file * Added pandas script directly Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 14 Oct, 2021 2 commits
-
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
* Adding lightweight API for models. * Adding resnet50. * Fix preset * Add fake categories. * Fixing mypy. * Add string=>weight conversion support on Enums. * Temporarily hardcoding imagenet categories. * Minor refactoring.
-
- 13 Oct, 2021 4 commits
-
-
Nicolas Hug authored
-
Muhammed Abdullah authored
* Added Dropout parameter of Models * Added argument description for dropout in MobileNet v2 and v3 Updated quantization/googlenet.py as per the changes in constructor in googlenet * Moved new dropout parameter n the end * Updated googlenet.py Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Jirka Borovec authored
Co-authored-by:
deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by:
deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Joao Gomes authored
* adding tests to check output of quantized models * adding test quantized model weights * merge test_new_quantized_classification_model with test_quantized_classification_model * adding skipif removed by mistake * addressing comments from PR * removing unused argument * fixing lint errors * changing model to eval model and updating weights * Update test/test_models.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * enforce single test in circleci * changing random seed * updating weights for new seed * adding missing empty line * try 128 random seed * try 256 random seed * try 16 random seed * disable inception_v3 input/output quantization tests * removing ModelTester.test_inception_v3_quantized_expect.pkl * reverting temporary ci run_test.sh changes Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 12 Oct, 2021 2 commits
-
-
Aditya Oke authored
* Add typing for imagelist, move params to docstring * Add docs
-
Aditya Oke authored
* Start annotating utils * checking * Add annotations at _utils.py * Remove unnecessary comments. * re-checked typings * Update typing * Ignore small error * Use optional tensor * Ignore for JIT Co-authored-by:
Khushi Agrawal <khushiagrawal411@gmail.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 11 Oct, 2021 3 commits
-
-
Yi Zhang authored
Co-authored-by:Jane (Yuan) Xu <31798555+janeyx99@users.noreply.github.com>
-
Vasilis Vryniotis authored
-
Muhammed Abdullah authored
-
- 08 Oct, 2021 5 commits
-
-
Sergii Khomenko authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Nicolas Hug authored
-
Prabhat Roy authored
-
Joao Gomes authored
* mExplicitly copying array in pil_to_tensor * Update torchvision/transforms/functional.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * Adding comments regarding implicit array deep copy in PILToTensor transform * Update torchvision/transforms/transforms.py Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 07 Oct, 2021 10 commits
-
-
Nicolas Hug authored
-
Philip Meier authored
* add benchmark utility for datasets * cleanup * cleanup * add benchmarks for MNIST and variants * simplifiy return if exeception * refactor benchmark instantiation logic Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
vfdev authored
* Use FX feature extractor for segm model * Removed use_fe option
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Prabhat Roy authored
* Updated classification reference script to use torch.cuda.amp * Assigned scaler to None if amp is False * Fixed linter errors
-
Philip Meier authored
* add prototype datasets for MNIST and variants * fix mypy * fix EMNIST labels * fix code format * avoid encoding + decoding in every step * discard data at the binary level instead of after decoding * cleanup * fix mypy
-
Nicolas Hug authored
* Add docs for PILToTensor * Update docs/source/transforms.rst Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com> Co-authored-by:
Aditya Oke <47158509+oke-aditya@users.noreply.github.com>
-
- 06 Oct, 2021 5 commits
-
-
Philip Meier authored
-
Vasilis Vryniotis authored
-
Philip Meier authored
* add prototype dataset for CelebA * fix code format * fix mypy * hardcode fmtparams * fix mypy * replace KeyZipper with Zipper for annotations
-
Philip Meier authored
* add prototype for SBD dataset * cleanup
-
Philip Meier authored
* add prototype for VOC dataset * fix code format * fix mypy * resolve todo
-
- 05 Oct, 2021 5 commits
-
-
Nicolas Hug authored
* Enhanced contributing guide * Some more * Address comments
-
Philip Meier authored
* add prototype for CIFAR datasets Conflicts: torchvision/prototype/datasets/_builtin/__init__.py torchvision/prototype/datasets/utils/_internal.py * fix mypy * cleanup * more cleanup * revert unrelated changes * fix code format * avoid decoding twice by default * revert unrelated change * cleanup
-
Aditya Oke authored
* Add str param * Update test to include str * Fix mypy * Remove a small bracket * Test more robustly * Update docstring and test: * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * Update torchvision/utils.py Small docstring fix * Update torchvision/utils.py * remove unnecessary renaming Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
Chungman Lee authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
Nicolas Hug authored
* Allow redefinition for mypy * appease mypy Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-