- 10 Jan, 2022 2 commits
-
-
Yiwen Song authored
* graduate vit from prototype * nit * add vit to docs and hubconf * ufmt * re-correct ufmt * again * fix linter
-
Sai Krishna authored
* Modifying keypoint_rcnn.py * Update torchvision/models/detection/keypoint_rcnn.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Remove unnecessary new line Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 06 Jan, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Improved meta-data for models. * Addressing comments from code-review. * Add parameter count. * Fix linter.
-
- 05 Jan, 2022 1 commit
-
-
Mriganka Nath authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 27 Dec, 2021 1 commit
-
-
Aditya Oke authored
* Upgrade to py37 * Update
-
- 24 Dec, 2021 1 commit
-
-
Xiaolin Wang authored
-
- 16 Dec, 2021 1 commit
-
-
Kai Zhang authored
* log API v3 * make torchscript happy * make torchscript happy * add missing logs to constructor * log ops C++ API as well * fix type hint * check function with isinstance Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 13 Dec, 2021 1 commit
-
-
Nicolas Hug authored
-
- 09 Dec, 2021 3 commits
-
-
Kai Zhang authored
* revamp log api usage method
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
- 08 Dec, 2021 2 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 07 Dec, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Adding logging calls for raft and vit * Linter fix
-
- 06 Dec, 2021 1 commit
-
-
Nicolas Hug authored
-
- 30 Nov, 2021 1 commit
-
-
Joao Gomes authored
making torchvision ops leaf nodes by default
-
- 29 Nov, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 26 Nov, 2021 1 commit
-
-
Philip Meier authored
-
- 22 Nov, 2021 1 commit
-
-
Kai Zhang authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 21 Nov, 2021 1 commit
-
-
Vasilis Vryniotis authored
-
- 11 Nov, 2021 1 commit
-
-
Ethan White (he/him) authored
Closes #4905 Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 08 Nov, 2021 1 commit
-
-
Prabhat Roy authored
-
- 04 Nov, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Clean up unnecessary quant builders and add quant weights for 0.5 * Fixing mypy.
-
- 03 Nov, 2021 3 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.
-
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
* Aligning exception with all other models. * Adding prototype preprocessing on video references. * Adding the rest of model builders on faster_rcnn.
-
- 02 Nov, 2021 1 commit
-
-
Aditya Oke authored
* Update typing * Fix bug * Unblock mypy * Ignore small error Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 01 Nov, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Moving original builder at the bottom of the page to use proper typing. * Adding multiweight support to inception. * Update doc.
-
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.
-
- 28 Oct, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Add mutli-weight support for VideoResNet. * Fix linter. * Minor refactoring. * Update comments.
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 25 Oct, 2021 3 commits
-
-
Francisco Massa authored
Summary: As titled. Reviewed By: sallysyw Differential Revision: D31813675 fbshipit-source-id: 8ff879be172530bcc41aae5d71c67e1e90f09cbf Co-authored-by:Kai Zhang <kaizh@fb.com>
-
Francisco Massa authored
* Expand usage logging to detection models Summary: Track all detection model instantiation. Reviewed By: sallysyw Differential Revision: D31741603 fbshipit-source-id: 89467db5d89ea41c5a9ab95d1846264d0a1f4199 * Fix lint Co-authored-by:Kai Zhang <kaizh@fb.com>
-
Francisco Massa authored
Summary: We would like to track the internal usage of TorchVision components. We're tracking [datasets usage](https://fburl.com/daiquery/dqpmemn3 ) now. This diff expand the tracking to all models. Reviewed By: fmassa Differential Revision: D31441632 fbshipit-source-id: e26072e582ac9f832c2056307ebf0eccf2ed6c9c Co-authored-by:
Kai Zhang <kaizh@fb.com>
-
- 22 Oct, 2021 3 commits
-
-
Joao Gomes authored
* Adding multiweight support for mobilenetv3 prototype
-
Joao Gomes authored
* adding efficientnet to prototype * Removing _efficientnet_conf from prototype and main efficientnet classification models * fixing merge conflicts * fixing merge conflicts * fixing lint errors * fixing lint errors * fixing lint errors
-
Joao Gomes authored
* adding efficientnet to prototype * renaming _efficientnet_model in torchvision.model to be aligned with prototype implementation * adding specific cop sizes to ech model * adding specific cop and resize transforms * fixing lint errors * Update torchvision/prototype/models/efficientnet.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * rename pretrained model versions Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * adressing PR comments Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 20 Oct, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Refactoring resnet_fpn backbone building. * Passing the change to *_rcnn and retinanet. * Applying for faster_rcnn + mobilenetv3 * Applying for ssdlite + mobilenetv3 * Applying for ssd + vgg16 * Update the expected file of retinanet_resnet50_fpn to fix order of initialization. * Adding full model weights for the VGG16 features.
-
- 19 Oct, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Move FCN methods to itsown package. * Fix lint. * Move LRASPP methods to their own package. * Move DeepLabV3 methods to their own package. * Adding deprecation warning for torchvision.models.segmentation.segmentation. * Refactoring deeplab. * Setting aux default to false. * Fixing imports. * Passing backbones instead of backbone names to builders. * Fixing mypy * Addressing review comments. * Correcting typing. * Restoring special handling for references.
-
Aditya Oke authored
* Start adding types * add typing * Type prototype models * fix optional type bug * transient import * Fix weights type * fix import * Apply suggestions from code review Address nits Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Khushi Agrawal <khushiagrawal411@gmail.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-