- 05 Nov, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 04 Nov, 2021 7 commits
-
-
Vasilis Vryniotis authored
* Adding multiweight suport on Quant MobileNetV2 and MobileNetV3. * Fixing enum name. * Fixing lint.
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
* Clean up unnecessary quant builders and add quant weights for 0.5 * Fixing mypy.
-
Philip Meier authored
* add prototype features * add some JIT tests * refactor input data handling * refactor tests * cleanup tests * add BoundingBox feature * mypy * xfail torchscript tests for now * cleanup * fix imports
-
Philip Meier authored
* add tests for builtin prototype datasets * fix caltech101 * fix emnist * fix mnist and variants * add iopath as test requirement * fix MNIST warning * fix qmnist data generation * fix cifar data generation * add tests for imagenet * cleanup
-
- 03 Nov, 2021 11 commits
-
-
Vasilis Vryniotis authored
* Moving builder to the bottom to use proper typing. * Renaming weights. * Adding quantizated inception builder. * Correct meta info. * Fix linter. * Removing init_weights to avoid exposing it on the class.
-
Bruno Korbar authored
* modify processPacket to support fast seek * add fastSeek to ProcessPacket decoder definition * add fastseek flag to DecoderParametersStruct * add fastseek flag to the process packet call * no default params in C++ implementation * enable flag in C++ implementation * make order of parameters more normal * register new seek with python api * [somewhat broken] test suite for keyframes using pyav * revert " changes * add type annotations to init * Adding tests * linter * Flake doesn't show up :| * Change from unitest to pytest syntax * add return type Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Vasilis Vryniotis authored
* Reordering the builders to use proper typing. * Adding additional meta-data on existing quantized models. * Fixing meta on unquantized model. * Adding quantized googlenet builder. * undo inception move. * Adding recipe information.
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
* Aligning exception with all other models. * Adding prototype preprocessing on video references. * Adding the rest of model builders on faster_rcnn.
-
Marko Kohtala authored
torchvision compatible with torch 1.9.1 was missing in table of supported versions.
-
Stephen Matthews authored
* Fix TORCH_HOME environment variable in docs * Update docs with torch.hub Updated the reference for loading a model to `torch.hub`. Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Vasilis Vryniotis authored
* Adding prototype preprocessing on segmentation references. * Adding prototype preprocessing on video references.
-
Kushashwa Ravi Shrimali authored
* Port semeion dataset * Update torchvision/prototype/datasets/_builtin/semeion.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * explicitly convert the image array to torch.uint8 * explicitly convert the image array to torch.uint8 Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* use `store_test_results` for prototype tests * add failing test * Revert "add failing test" This reverts commit ebe2b37cb50461031a94131fe4bd3fae71b48e34.
-
Philip Meier authored
-
- 02 Nov, 2021 8 commits
-
-
Yiwen Song authored
* [references] Adding gradient clipping * ufmt formatting * remove apex code * resolve naming issue
-
Vasilis Vryniotis authored
-
Brian Johnson authored
Fix for https://github.com/pytorch/vision/issues/4832 The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
-
Aditya Oke authored
* Update typing * Fix bug * Unblock mypy * Ignore small error Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Adding multi-weight support to Quantized ResNet. * Update references script to support testing quantized models with the new API. * Handle quantized models correctly in ref script. * Fixing references for quantization.
-
Vasilis Vryniotis authored
* Update training references from legacy models. * Refactoring to share common parts.
-
Joao Gomes authored
* Expose misc ops at package level * Adding documentation to the ops exposed
-
F-G Fernandez authored
-
- 01 Nov, 2021 9 commits
-
-
Matti Picus authored
-
Vasilis Vryniotis authored
* Moving original builder at the bottom of the page to use proper typing. * Adding multiweight support to inception. * Update doc.
-
Jopo authored
* change range into uint8 * Same typo in TrivialAugmentWide and RandAugment Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Prabhat Roy <prabhatroy@fb.com>
-
Vasilis Vryniotis authored
* Change enum name for weights contributed by community. * Adding multiweight support to squeezenet.
-
Yi Zhang authored
* improve download nightly pytorch * update unitest cuda to 11.3 * add nvjpeg in cuda 11.3 * avoid catching exception * restore to cu111 * Update install.sh * use conda MatchSpec string * update linux * for linux * Update install.sh Co-authored-by:Nikita Shulga <nshulga@fb.com>
-
Vasilis Vryniotis authored
* Move model builder at the bottom of the file, so we can use proper typing. * Adding GoogLeNet with multi-weight support. * Simplify expression.
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
-
Philip Meier authored
-
- 31 Oct, 2021 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
* add tests for prototype datasets API * add pytest-mock as test dependency * remove unnecessary fixtures * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * address first batch of review comments * remove dynamic class generation * aggregate similar tests * split immutable tests once again * removed unused fixture * remove re.escape usages * fix dataset mock Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 29 Oct, 2021 1 commit
-
-
Francisco Massa authored
* Add logging to torchvision ops * Hack to make torchscript work * Bugfix * Bugfix * Lint * mypy... let's silence it * Fighting with mymy * One more try
-