- 18 Aug, 2023 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 16 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 08 Aug, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 03 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 02 Aug, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 01 Aug, 2023 2 commits
-
-
Li-Huai (Allan) Lin authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <nh.nicolas.hug@gmail.com>
-
Philip Meier authored
-
- 31 Jul, 2023 1 commit
-
-
Nicolas Hug authored
-
- 27 Jul, 2023 2 commits
-
-
Philip Meier authored
-
Nicolas Hug authored
Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
- 05 Jul, 2023 1 commit
-
-
Philip Meier authored
-
- 21 Jun, 2023 2 commits
-
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <nh.nicolas.hug@gmail.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
Nicolas Hug authored
-
- 16 May, 2023 1 commit
-
-
vfdev authored
Co-authored-by:Nicolas Hug <nh.nicolas.hug@gmail.com>
-
- 30 Mar, 2023 1 commit
-
-
Philip Meier authored
-
- 01 Mar, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 27 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 21 Feb, 2023 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 17 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 09 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 12 Oct, 2022 1 commit
-
-
Philip Meier authored
-
- 22 Sep, 2022 1 commit
-
-
Philip Meier authored
* cleanup prototype transforms functional tests * fix * oust local functions
-
- 19 Sep, 2022 1 commit
-
-
Philip Meier authored
* add xfailed smoke tests for dispatchers * also support old FunctionalInfo's * try reduce memory consumption for CI * fix sample inputs generation Co-authored-by:vfdev <vfdev.5@gmail.com>
-
- 11 Mar, 2022 1 commit
-
-
Philip Meier authored
* revert changes to assert_equal * add tolerances for batch vs single test
-
- 08 Feb, 2022 1 commit
-
-
vfdev authored
* Added ref tests for shear X/Y * Added PIL tests and fixed tan(level) difference * Updated tests * Fixed reparam for shear X/Y in autoaugment * Fixed arc_level -> level as atan is applied internally * Fixed links
-
- 19 Jan, 2022 1 commit
-
-
Philip Meier authored
-
- 26 Nov, 2021 1 commit
-
-
Philip Meier authored
* enable caching of model weights for prototype CI * syntax * syntax * make cache dir dynamic * increase verbosity * fix * use larget CI machine * revert debug output * [DEBUG] test env var usage in save_cache * retry * use checksum for caching * remove env vars because expansion is not working * syntax * cleanup * base caching on model-urls * relax regex * cleanup skips * cleanup * fix skipping logic * improve step name * benchmark without caching * benchmark with external download * debug * fix manual download location * debug again * download weights in the background * try parallel download * add missing import * use correct decoractor * up resource_class * fix wording * enable stdout passthrough to see download during test * remove linebreak * move checkout up * cleanup * debug failing test * temp fix * fix * cleanup * fix regex * remove explicit install of numpy
-
- 28 Oct, 2021 1 commit
-
-
Jirka Borovec authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 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>
-
- 27 Sep, 2021 1 commit
-
-
Loi Ly authored
* update channels parameter to every calling to check_functional_vs_PIL_vs_scripted * update adjust_saturation * update docstrings for functional transformations * parametrize channels * update docstring of ColorJitter class * move channels to class's parameter * remove testing channels for geometric transforms * revert redundant changes * revert redundant changes * update grayscale test cases for randaugment, autoaugment, trivialaugment * update docstrings of randaugment, autoaugment, trivialaugment * update docstring of ColorJitter * fix adjust_hue's docstring * change test equal tolerance * refactor grayscale tests * make get_grayscale_test_image private
-
- 24 Sep, 2021 1 commit
-
-
vfdev authored
-
- 16 Sep, 2021 1 commit
-
-
Prabhat Roy authored
* Skip building torchvision with ffmpeg when python==3.9 * Add FIXME to comments
-
- 19 Aug, 2021 1 commit
-
-
Philip Meier authored
-
- 18 Aug, 2021 1 commit
-
-
Alex Lin authored
* Replace in test_datasets* * Replace in test_image.py * Replace in test_transforms_tensor.py * Replace in test_internet.py and test_io.py * get_list_of_videos is util function still use get_tmp_dir * Fix get_list_of_videos siginiture * Add get_tmp_dir import * Modify test_datasets_video_utils.py for test to pass * Fix indentation * Replace get_tmp_dir in util functions in test_dataset_sampler.py * Replace get_tmp_dir in util functions in test_dataset_video_utils.py * Move get_tmp_dir() to datasets_utils.py and refactor * Fix pylint, indentation and imports * import shutil to common_util.py * Fix function signiture * Remove get_list_of_videos under context manager * Move get_list_of_videos to common_utils.py * Move get_tmp_dir() back to common_utils.py * Fix pylint and imports Co-authored-by:Nicolas Hug <contact@nicolas-hug.com>
-
- 06 Aug, 2021 1 commit
-
-
Vincent Moens authored
Co-authored-by:Vincent Moens <vmoens@fb.com>
-
- 02 Aug, 2021 1 commit
-
-
Vincent Moens authored
* test_video_reader pytest refactoring * pytest refactoring of test_videoapi.py * test_video_reader pytest refactoring * pytest refactoring of test_videoapi.py * using pytest.approx for test_video_reader.py * using pytest.approx for test_videoapi.py * Fixing minor comments * linting fixes * minor comments Co-authored-by:Vincent Moens <vmoens@fb.com>
-
- 14 Jul, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 25 Jun, 2021 1 commit
-
-
Anirudh authored
-