- 22 Jan, 2020 4 commits
-
-
Danny Vilela authored
* Update README to reflect strict dependency on torch==1.4.0 * 1.4 or newer.
-
Ebey Abraham authored
-
peterjc123 authored
-
Philip Meier authored
* initial fix * outsourced num bands lookup * fix doc * added pillow version requirement * simplify number of bands extraction * remove unrelated change * remove indirect dependency on pillow>=5.2.0 * extend docstring to transform * bug fix * added test
-
- 21 Jan, 2020 1 commit
-
-
Jeremy Reizenstein authored
-
- 20 Jan, 2020 1 commit
-
-
keith authored
-
- 17 Jan, 2020 4 commits
-
-
Richard Zou authored
Previously, when doing a CUDA build, we would pass -O0 to build cpu bits. This PR removes that `-O0` (so we build in `-O3` instead. Test Plan: - wait for CI
-
keith authored
-
Eli Uriegas authored
Python 2.7 was EOL on January 1, 2020 The last torchvision release to support Python 2.7 was 0.5.0 Signed-off-by:Eli Uriegas <eliuriegas@fb.com>
-
Marco Martinelli authored
* Type of input featmap_names fixed in example. * Added missing imports.
-
- 16 Jan, 2020 2 commits
-
-
Lara Haidar authored
* update doc * update doc
-
Soumith Chintala authored
-
- 14 Jan, 2020 2 commits
-
-
Gokkulnath TS authored
* Fixes #1716 Fixes EMNIST classes attribute is wrong #1716 * Fixed the Classes for Letters Split * Update mnist.py * Move classes attribute inside init definition * Fix Linting errors
-
Soumith Chintala authored
-
- 13 Jan, 2020 2 commits
-
-
Francisco Massa authored
* Fix AnchorGenerator if moving from one device to another * Fixes for the test
-
Francisco Massa authored
-
- 10 Jan, 2020 2 commits
-
-
Sergey Zagoruyko authored
-
Francisco Massa authored
* Testing CI * Disable tests for Pillow 7
-
- 03 Jan, 2020 1 commit
-
-
Francisco Massa authored
Previous weights are not compatible with current PyTorch
-
- 02 Jan, 2020 3 commits
-
-
Francisco Massa authored
* Fix lint following #1695 * V2 * V3
-
Yuxin Wu authored
1. Let the IOU function compare with threshold. This avoid a division. Similar strategy is also used in https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/kernels/non_max_suppression_op.cu.cc 2. Only compute the upper triangle of the mask. This speeds up the kernel about 20% (tested on GTX 1080Ti, with 20 input cases dumped from a Mask R-CNN inference job).
-
Prajjwal Bhargava authored
-
- 19 Dec, 2019 6 commits
-
-
Francisco Massa authored
-
Francisco Massa authored
-
MultiK authored
* fix a little bug about resume When resuming, we need to start from the last epoch not 0. * the second way for resuming the second way for resuming
-
Surgan Jandial authored
* scriptability checks * tests upds * linter upds * linter upds * upds * tuple list changes * linter updates
-
Francisco Massa authored
Bugfix on GroupedBatchSampler for corner case where there are not enough examples in a category to form a batch (#1677)
-
Lara Haidar authored
-
- 17 Dec, 2019 1 commit
-
-
Francisco Massa authored
* Make R-CNN models less verbose in script mode * Fix typo in warning message
-
- 16 Dec, 2019 4 commits
-
-
Francisco Massa authored
-
Oana Florescu authored
-
Oana Florescu authored
* remove windows skips from video_utils tests, now that they pass * replace lambda in videoclips in order to be pickled on windows and update tests
-
Francisco Massa authored
-
- 12 Dec, 2019 1 commit
-
-
Surgan Jandial authored
* out_place checks * lint ups
-
- 11 Dec, 2019 1 commit
-
-
TengQi Ye authored
-
- 10 Dec, 2019 2 commits
-
-
James Thewlis authored
-
Surgan Jandial authored
* tgz updates * tgz updates * tgz updates
-
- 06 Dec, 2019 1 commit
-
-
gslotman authored
-
- 05 Dec, 2019 2 commits
-
-
xkszltl authored
-
Francisco Massa authored
* Update KeypointRCNN weights with correct file * Fix model * Fix
-