- 23 Jun, 2021 1 commit
-
-
Adam J. Stewart authored
-
- 22 Jun, 2021 1 commit
-
-
Nicolas Hug authored
-
- 21 Jun, 2021 4 commits
-
-
Eli Uriegas authored
-
Nicolas Hug authored
Summary: Enable analytics logging for MNIST and CIFAR Reviewed By: colin2328, fmassa Differential Revision: D29183132 fbshipit-source-id: 67d9f6881354f87659fdec4183b22a1be3ec0eb6 Co-authored-by:Dmitriy Genzel <dgenzel@fb.com>
-
Nicolas Hug authored
-
Francisco Massa authored
* Add test to check that classification models are FX-compatible * Replace torch.equal with torch.allclose * remove skipling Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 18 Jun, 2021 2 commits
-
-
beet authored
-
Gaurav7888 authored
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
- 17 Jun, 2021 3 commits
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 16 Jun, 2021 4 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Nicolas Hug authored
Co-authored-by:
Yuchen Huang <hyc@fb.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
-
- 15 Jun, 2021 5 commits
-
-
Ivan Kobzarev authored
ghstack-source-id: 7a9c81f1786b94ee9d542a3c4bf1ba87b7e83e57 Pull Request resolved: https://github.com/pytorch/vision/pull/4066 Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
Eli Uriegas authored
* packaging: Remove special versioning priveleges Adds a version suffix for CUDA 10.2 for ease of installing when installing from download.pytorch.org Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * also include windows cmath fix Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * remove comment Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * fix indent Signed-off-by:
Eli Uriegas <eliuriegas@fb.com> * actually add the script Signed-off-by:
Eli Uriegas <eliuriegas@fb.com>
-
Anirudh authored
-
Prabhat Roy authored
* Fixed missing audio with video_reader backend * Added unit test
-
Matti Picus authored
-
- 14 Jun, 2021 3 commits
-
-
Matti Picus authored
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 11 Jun, 2021 9 commits
-
-
Prabhat Roy authored
* Added warning message for unsupported ffmpeg version * Replaced os.popen with subprocess.run * Removed capture_true argument
-
Prabhat Roy authored
-
Vasilis Vryniotis authored
* Adding a test for grayscale images. * Doing the ops in torch, adding more checks.
-
Matti Picus authored
* add filter for binary_linux_wheel_py3.7_cpu fixes issue #3997 * add tag,nightly filter to build_docs * flake8 formatting * fixes from review
-
Zhiqiang Wang authored
-
Vivek Kumar authored
-
DevPranjal authored
-
Zhiqiang Wang authored
-
Sugato Ray authored
* allow single-channel-images in draw_bounding_boxes This is bug-fix for issue #4042. https://github.com/pytorch/vision/issues/4042 * change made for passing linting requirements #4042
-
- 10 Jun, 2021 8 commits
-
-
Vivek Kumar authored
-
tanvimoharir authored
-
Nicolas Hug authored
-
Anirudh authored
-
Alexander Grund authored
Do this after the version check to avoid failures on import for earlier torch where that module did not exist. See #3901 Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Anirudh authored
-
Anirudh authored
-
Bruno Korbar authored
* Initial commit * pmeiers comments Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers changes Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers comments Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * replace pandas with system library to avoid crashes * Lint * Lint * fixing unittest * Minor comments removal * pmeier comments Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * remove asserts * address pmeier formatting changes * address pmeier changes Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeier changes Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * rename n_classes to num_classes * formatting changes * doc change to add ".mp4" to backported class * formatting to correct line length * adding **kwargs to Kinetics400 class * remove urlib request and download the file directly * annotations and files can be already downloaded * test fix * add download tests for Kinetics * users now dont need to provide full path within the root for new Kinetics dataset * linter * Update test/test_datasets_download.py * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * revert whitespace (3680#discussion_r626382842) * addressing annotation_path parameter which is unnecessary * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * kwargs update Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * expose num_download_workers as public * swap os.isfile with check_integrity * nit on private things * special case if there are no default arguments * revert changes to kinetics400 test case for BC * add split_folder changes and support for legacy format * pmeiers suggestions Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestions - root comment * pmeiers comments - annotation attribute remmoved * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * pmeiers suggestion Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Update torchvision/datasets/kinetics.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * minor debugging * nit picks * only include public kwargs into defaults * add _use_legacy_structure in favour of **kwargs * add type hints for Kinetics400 * flake8 * flake8 * flake8 * rename to make thigs clearer * permuting the output Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-