- 05 Jan, 2022 1 commit
-
-
Philip Meier authored
* add DTD as prototype dataset * add old style dataset * add test for old dataset * fix tests for windows * add dataset to docs * remove properties and use pathlib * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * fold -> partition Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 27 Dec, 2021 1 commit
-
-
Aditya Oke authored
* Upgrade to py37 * Update
-
- 22 Dec, 2021 1 commit
-
-
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. * Add Food101 Dataset Addresses #5108. cc @pmeier @NicolasHug * Remove unecessary Path contructor calls * Remove unecessary Path contructor callsi and fix types * Fix tests * Address PR comments from @pmeier * Fix bug in tests and in food101 dataset * Fix bug in tests and in food101 dataset * Update torchvision/datasets/food101.py Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 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>
-
- 09 Dec, 2021 1 commit
-
-
Kai Zhang authored
* revamp log api usage method
-
- 08 Dec, 2021 3 commits
-
-
Philip Meier authored
-
Nicolas Hug authored
-
Philip Meier authored
* Revert "[FBcode->GH] remove unused requests functionality (#5014)" This reverts commit 33123bee. * Revert "replace requests with urllib (#4973)" This reverts commit 8d25de7b. * add requests as hard dependency * install library stubs in CI * fix syntax * add requests to conda dependencies * fix mypy CI
-
- 30 Nov, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
- 23 Nov, 2021 1 commit
-
-
Philip Meier authored
-
- 22 Nov, 2021 1 commit
-
-
F-G Fernandez authored
* style: Fixed last missing typing annotation * style: Fixed typing * style: Fixed remaining typing annotations * style: Fixed typing * style: Fixed typing * refactor: Removed unused import * Update torchvision/datasets/video_utils.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Prabhat Roy <prabhatroy@fb.com>
-
- 12 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 09 Nov, 2021 3 commits
-
-
Nicolas Hug authored
-
Nicolas Hug authored
-
Kotchin authored
Reverted folder.py back to using complete path to file for make_dataset and is_valid_file rather than just the filename (#4885) Co-authored-by:Alexander Unnervik <alex.unnervik@idiap.ch>
-
- 08 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 06 Nov, 2021 1 commit
-
-
Kai Zhang authored
* remove unused imports * update lsun
-
- 05 Nov, 2021 3 commits
-
-
Nicolas Hug authored
Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
Nicolas Hug authored
-
Nicolas Hug authored
-
- 04 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 01 Nov, 2021 1 commit
-
-
Nicolas Hug authored
-
- 28 Oct, 2021 1 commit
-
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 25 Oct, 2021 1 commit
-
-
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>
-
- 21 Oct, 2021 2 commits
-
-
Sergii Khomenko authored
* Migrate mnist dataset from np.frombuffer * Add a copy with bytearray for non-writable buffers * Add byte reversal for mnist Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* make mypy more strict for prototype datasets * fix code format * apply strictness only to datasets * fix more mypy issues * cleanup * fix mnist annotations * refactor celeba * warn on redundant casts * remove redundant cast * simplify annotation * fix import
-
- 20 Oct, 2021 1 commit
-
-
Philip Meier authored
-
- 18 Oct, 2021 2 commits
-
-
Philip Meier authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Guo authored
We no longer cache the data in a custom binary, but simply read from the raw data directly. Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 07 Oct, 2021 3 commits
-
-
Philip Meier authored
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
Philip Meier authored
Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-
- 06 Oct, 2021 1 commit
-
-
Philip Meier authored
* add prototype for VOC dataset * fix code format * fix mypy * resolve todo
-
- 05 Oct, 2021 1 commit
-
-
Nicolas Hug authored
* Allow redefinition for mypy * appease mypy Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 04 Oct, 2021 2 commits
-
-
Nicolas Hug authored
-
Philip Meier authored
* add ufmt as code formatter * cleanup * quote ufmt requirement * split imports into more groups * regenerate circleci config * fix CI * clarify local testing utils section * use ufmt pre-commit hook * split relative imports into local category * Revert "split relative imports into local category" This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51. * pin black and usort dependencies * fix local test utils detection * fix ufmt rev * add reference utils to local category * fix usort config * remove custom categories sorting * Run pre-commit without fixing flake8 * got a double import in merge Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 14 Sep, 2021 1 commit
-
-
Muhammed Abdullah authored
* Added LFW Dataset * Added dataset to list in __init__.py * Updated lfw.py * Created a common superclass for people and pairs type datatsets * corrected the .download() method * Added docstrings and updated datasets.rst * Wrote tests for LFWPeople and LFWPairs * Resolved mypy error: Need type annotation for "data" * Updated inject_fake_data method for LFWPeople * Updated tests for LFW * Updated LFW tests and minor changes in lfw.py * Updated LFW * Added functionality for 10-fold validation view * Optimized the code so to replace repeated lines by method in super class * Updated LFWPeople to get classes from all lfw-names.txt rather than just the classes fron trainset * Updated lfw.py and tests * Updated inject_fake_data method to create 10fold fake data * Minor changes in docstring and extra_repr * resolved py lint errors * Added checksums for annotation files * Minor changes in test * Updated docstrings, defaults and minor changes in test * Removed 'os.path.exists' check Co-authored-by:
ABD-01 <myac931@gmai.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 08 Sep, 2021 1 commit
-
-
Vassilis C. Nicodemou authored
Co-authored-by:
Vassilis Nicodemou <nikodim@ics.forth.gr> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 01 Sep, 2021 1 commit
-
-
Nicolas Hug authored
-
- 27 Aug, 2021 1 commit
-
-
Bruno Korbar authored
* Update UCF101 docstring * addressing @NicolasHugs comments * Fixed flake8 error Co-authored-by:Prabhat Roy <prabhatroy@fb.com>
-