- 31 Oct, 2021 1 commit
-
-
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 11 commits
-
-
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
-
Vasilis Vryniotis authored
-
Francisco Massa authored
Summary: This diff enables ImageNet to be usable from within torchvision. It implements a different codepath for some families of datasets that can be sharded into multiple pieces, and uses it if within fbcode. For now all previously supported datasets are also supported (MNIST, CIFAR and FashionMNIST), in addition to ImageNet. Pull Request resolved: https://github.com/pytorch/vision/pull/4776 Reviewed By: datumbox Differential Revision: D31929684 fbshipit-source-id: 58f9fe2ed6ce731a6b43a38be912983247eff562 (cherry picked from commit b43fead8ea5164e37637ade0e80477e94f993365)
-
Aditya Oke authored
* Update readme for new torch * Fix typo
-
Francisco Massa authored
It's FBcode, not FBCode
-
Joao Gomes authored
* Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01. * Adding multiweight support for shufflenetv2 prototype models * Revert "Adding multiweight support for shufflenetv2 prototype models" This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017. * Adding multiweight support for shufflenetv2 prototype models * addressing PR comment
-
Joao Gomes authored
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
* Show git diff after lint run * break both flake8 and ufmt * Make it run on fail * Undo breaks and fix job message.
-
Joao Gomes authored
-
Francisco Massa authored
-
- 28 Oct, 2021 5 commits
-
-
Joao Gomes authored
-
Prabhat Roy authored
* [WIP] Added script to sync fbcode changes with main branch * Make unique branches for multiple runs of the script * Updated the files * Change echo message * Addressed review comments * Removed from_repo command line argument * Make fork_main_branch optional
-
Joao Gomes authored
* adding multiweight support for deeplabv3 prototype models * adding default values for optional params * fixing bug * addressing PR comment * fixing seed in test_batched_nms_implementations * change seeds in test_batched_nms_implementations * change seeds in test_batched_nms_implementations
-
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>
-
- 27 Oct, 2021 10 commits
-
-
Nicolas Hug authored
* setting 100 seeds * back to 10 seeds
-
Nicolas Hug authored
* Trying with 100 seeds * Change seeds from 100 to 10
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
* setting 100 seeds, let's see if it fails * Passed with 100, so setting 10
-
Joao Gomes authored
* adding multiweight support for deeplabv3 prototype models * adding default values for optional params * fixing bug * addressing PR comment
-
Nicolas Hug authored
* Change test_random_apply * Change test_random_choice * Change test_randomness * took care of RandomVert/HorizFlip * take care of RandomGrayScale * minor cleanup * avoid 0 degree rotation just in case
-
Vasilis Vryniotis authored
* Fix flakiness on the TestStochasticDepth test. * Fix minor bug when p=1.0 * Remove device and dtype setting.
-
Philip Meier authored
* cache dataset info * try loading categories file by default Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 26 Oct, 2021 9 commits
-
-
Vasilis Vryniotis authored
* Adding multi-weight support to LRASPP * Adding tests for segmentation models. * Skip segmentation test by default.
-
Nikita Shulga authored
Relocate fails to find nvjpeg unless its present in the library search path.
-
Vasilis Vryniotis authored
* Refactoring tests. * Fixing lint. * Skip tests for models that don't have weights.
-
David Fan authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
* replace np.frombuffer with torch.frombuffer in MNIST prototype * cleanup * appease mypy * more cleanup * clarify inplace offset * fix num bytes for floating point data
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
Summary: Pull Request resolved: https://github.com/pytorch/vision/pull/4718 As title Reviewed By: hanton Differential Revision: D31853335 fbshipit-source-id: 7e8afb7280bbdf81418dfbdfc329ab49837ea42e Co-authored-by:
Yuchen Huang <hyc@fb.com>
-
Vasilis Vryniotis authored
Summary: Pull Request resolved: https://github.com/pytorch/vision/pull/4620 Pull Request resolved: https://github.com/pytorch/nestedtensor/pull/455 Fixes missing kernel guards as identified by D30072495 Reviewed By: jingsh, xush6528 Differential Revision: D31553158 fbshipit-source-id: 80de017ba2ddc52e2a684df9b3eae5de84ed49f4 Co-authored-by:
Richard Barnes <rbarnes@fb.com>
-
Vasilis Vryniotis authored
Summary: Pull Request resolved: https://github.com/pytorch/vision/pull/4571 Fixing windows build for `torchvision` when `MOBILE` is defined. In `csrc/vision.cpp`, since `PyMODINIT_FUNC` depends on `Python.h` I added the same condition for `PyMODINIT_FUNC` as the one for `import <PyTorch.h>`. Reviewed By: malfet Differential Revision: D31488734 fbshipit-source-id: fd52a9ab161288d9c8bf3b9e0ab9da856a4ebadb Co-authored-by:
Mengwei Liu <larryliu@fb.com>
-
- 25 Oct, 2021 4 commits
-
-
Yi Zhang authored
* fix cuda installation failure in packaging * rm stop windows upgrade * Update cuda_install.bat Co-authored-by:Nikita Shulga <nshulga@fb.com>
-
Prabhat Roy authored
* Removed unnecessary if from setup.py * Removed empty line
-
Vasilis Vryniotis authored
* Update model checkpoint for resnet50. * Add get_weight method to retrieve weights from name. * Update the references to support prototype weights. * Fixing mypy typing. * Switching to a python 3.6 supported equivalent. * Add unit-test. * Add optional num_classes.
-
Francisco Massa authored
Summary: As titled. Reviewed By: sallysyw Differential Revision: D31813675 fbshipit-source-id: 8ff879be172530bcc41aae5d71c67e1e90f09cbf Co-authored-by:Kai Zhang <kaizh@fb.com>
-