"src/vscode:/vscode.git/clone" did not exist on "30f1c5842e10eaa772f59b0e8b386d90c68c401e"
- 19 May, 2021 2 commits
-
-
vfdev authored
* Added CUDA support for interpolation AA bilinear/bicubic * Fixed code formatting error * Fixed cuda tests on cpu-only builds * Fixed cuda internal torch check for bicubic mode
-
Jeff Daily authored
* add rocm4.2 to nightly wheel builds * remove rocm4.0.1 build Co-authored-by:
Francisco Massa <fvsmassa@gmail.com> Co-authored-by:
Eli Uriegas <1700823+seemethere@users.noreply.github.com>
-
- 18 May, 2021 2 commits
-
-
Vasilis Vryniotis authored
* Remove incorrect params from doc and add references to the paper. * Add paper links in doc.
-
Nicolas Hug authored
-
- 17 May, 2021 9 commits
-
-
Nicolas Hug authored
-
chengjuzhou authored
* correct the size of returne tensor * Styling changes Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
Jaesun Park authored
* Make crop work the same for pil and tensor * Only call pad if needed in functional_tensor.crop * Fix top-left functional_tensor.crop * Update document for functional.crop * Add other test cases of functional.crop * Fix bug * Fixing formattter * Fix stylings Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
-
Nicolas Hug authored
Rewrite draw_segmentation_masks and update gallery example to illustrate both instance and semantic segmentation models (#3824)
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 15 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 14 May, 2021 1 commit
-
-
Nicolas Hug authored
-
- 13 May, 2021 3 commits
-
-
Vasilis Vryniotis authored
* Converting private parameters to public. * Add kwargs to handle extra params. * Add another kwargs. * Add arguments in _mobilenet_extractor.
-
Prabhat Roy authored
Summary: Pull Request resolved: https://github.com/pytorch/vision/pull/3823 Uploaded FashionMNIST dataset to [manifold](https://www.internalfb.com/intern/network/manifold/?bucket=torchvision&path=tree%2Fdatasets) bucket `torchvision`. Any new dataset that needs to be added could be uploaded under `tree/datasets/<dataset_name>`. Reviewed By: datumbox Differential Revision: D28358470 fbshipit-source-id: 6f2282d3f1ce4b1416e962de8fb132896d4b2d76
-
vfdev authored
* Added support for bicubic mode with AA * Updated comment in the test
-
- 12 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
-
- 11 May, 2021 9 commits
-
-
Aditya Oke authored
* Fix io imports and expose methods * fix fmt Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Partial implementation of SSDlite. * Add normal init and BN hyperparams. * Refactor to keep JIT happy * Completed SSDlite. * Fix lint * Update todos * Add expected file in repo. * Use C4 expansion instead of C4 output. * Change scales formula for Default Boxes. * Add cosine annealing on trainer. * Make T_max count epochs. * Fix test and handle corner-case. * Add support of support width_mult * Add ssdlite presets. * Change ReLU6, [-1,1] rescaling, backbone init & no pretraining. * Use _reduced_tail=True. * Add sync BN support. * Adding the best config along with its weights and documentation. * Make mean/std configurable. * Fix not implemented for half exception
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:James Thewlis <james@unitary.ai>
-
Vasilis Vryniotis authored
* Fix inconsistent version pinning across yaml files. * Pin pillow to >=5.3.0 * Pin pillow>=5.3.0 everywhere
-
Zhiqiang Wang authored
* Refactor grid default boxes with torch.meshgrid * Fix torch jit tracing * Only doing the list multiplication once Co-authored-by:
Francisco Massa <fvsmassa@gmail.com> * Make grid_default_box private as suggested Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Replace list multiplication with torch.repeat * Move the clipping into _grid_default_boxes to accelerate Co-authored-by:
Francisco Massa <fvsmassa@gmail.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
Co-authored-by:Yuchen Huang <hyc@fb.com>
-
Nicolas Hug authored
-
Nikita Shulga authored
-
- 10 May, 2021 4 commits
-
-
Nicolas Hug authored
* hello * Try with DYLD_FALLBACK_LIBRARY_PATH Co-authored-by:Edgar Andrés Margffoy Tuay <andfoy@gmail.com>
-
Nicolas Hug authored
-
vfdev authored
* WIP Added antialias option to transforms.functional.resize * Updates according to the review * Excluded these C++ files for iOS build * Added support for mixed downsampling/upsampling * Fixed heap overflow caused by explicit loop unrolling * Applied PR review suggestions - used pytest parametrize instead unittest - cast to scalar_t ptr - removed interpolate aa files for ios/android keeping original cmake version
-
Ivan Kobzarev authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 07 May, 2021 4 commits
-
-
Nicolas Hug authored
-
Vasilis Vryniotis authored
* Add auto-augment introduced transforms in docs. * Adding examples in Gallery. * Make posterize more extreme.
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
-
- 06 May, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Add submitit script, partition param and parser on its own method. * Fix method names, handle add_help correctly and refactoring. * Delete run_with_submitit.py file
-
- 05 May, 2021 2 commits
-
-
Nicolas Hug authored
-
moto authored
xcode Version 9 is no longer supported by Apple. https://developer.apple.com/support/xcode/ Updating xcode to 12.0, which also updates the macOS to 10.15. See https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
-
- 04 May, 2021 1 commit
-
-
Nicolas Hug authored
-