- 09 Nov, 2021 2 commits
-
-
Nicolas Hug authored
-
Kotchin authored
Reverted folder.py back to using complete path to file for make_dataset and is_valid_file rather than just the filename (#4885) Co-authored-by:Alexander Unnervik <alex.unnervik@idiap.ch>
-
- 08 Nov, 2021 5 commits
-
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
* Adding multiweight support to SSDlite. * Fixing lint and mypy issues. * Adding size in the meta. * Adding interpolation in meta.
-
Nicolas Hug authored
-
Philip Meier authored
* add test split for imagenet * add infinite buffer size to shuffler
-
- 06 Nov, 2021 3 commits
-
-
Philip Meier authored
* disable weight download and state dict loading for model tests * fix indent * debug * nuclear option * revert unrelated change * cleanup * add explanation * typo
-
Vasilis Vryniotis authored
-
Kai Zhang authored
* remove unused imports * update lsun
-
- 05 Nov, 2021 8 commits
-
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
* Adding multiweight support to Keypoint RCNN. * Fix linter.
-
Vasilis Vryniotis authored
-
Prabhat Roy authored
* Updated wide_resnet50_2 model weights * Update Accs with batch-size 1. * Update checkpoint and accs. Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Vasilis Vryniotis authored
-
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 4 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>
-