- 20 Dec, 2022 1 commit
-
-
Philip Meier authored
* improve prototype GPU CI config * consolidate CPU and GPU prototype workflows * [REVERTME] deactivate other CI * syntax * fix name * fix echo mutex * style * fix runner * add jobname * run all prototype tests * fix mutex echo * cleanup * Revert "[REVERTME] deactivate other CI" This reverts commit c931ff2c27bbc2b04324b777ae39a6fc25e50b8a. * remove old workflows * use free GHA runner for CPU tests * Revert "use free GHA runner for CPU tests" This reverts commit a209b31387d9d14bc6446743587db244bccc2106. * [REVERTME] turn warnings into errors * try fix test warnings * fix module import in tests * revert * int -> float * [REVERTME] why do we have to mark as safe?
-
- 19 Dec, 2022 2 commits
-
-
nps1ngh authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
-
- 13 Dec, 2022 1 commit
-
-
Sergii Dymchenko authored
-
- 12 Dec, 2022 3 commits
-
-
F-G Fernandez authored
* style: Added typing annotations to datasets/_optical_flow * style: Reverted back to str typing Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Vasilis Vryniotis authored
-
vfdev authored
-
- 09 Dec, 2022 1 commit
-
-
vfdev authored
* Try add GPU ci for prototype transforms * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * Update prototype-transforms-tests-linux-gpu.yml * add small tolerance for adjust_contrast on CUDA * [skip-ci] update Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 08 Dec, 2022 2 commits
-
-
Omkar Salpekar authored
-
Andrey Talman authored
* Add cuda resnet50 test * Fix path * Tune vision smoke test
-
- 07 Dec, 2022 2 commits
-
-
Andrey Talman authored
* Add more advanced smoke test * add torch import * remove dependency on torch * Add missing vars * More code and ufmt Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* improve download tests * move SBU to xfailed * add SSL version output to CI
-
- 06 Dec, 2022 2 commits
-
-
Philip Meier authored
-
Omkar Salpekar authored
-
- 05 Dec, 2022 3 commits
-
-
Philip Meier authored
* fix prototype dataset imagenet mock data * [REVERT ME] temporarily add prototype datasets test to CI * Revert "[REVERT ME] temporarily add prototype datasets test to CI" This reverts commit 7cafb5f01487c7625bcffd88e76832349b3e5055.
-
Philip Meier authored
* rename features._Feature to datapoints.Datapoint * _Datapoint to Datapoint * move is_simple_tensor to transforms.utils * fix CI * move Datapoint out of public namespace
-
Jithun Nair authored
* Update to ROCm 5.3 * Regenerate config.yml
-
- 02 Dec, 2022 1 commit
-
-
Erjia Guan authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 01 Dec, 2022 2 commits
-
-
toni057 authored
* Adding _ops and _weight_size metadata checks to tests * Fixing wrong ops value * Changing test_schema_meta_validation to instantiate the model only once * moving instantiating quantized models inside get_ops * Small refactor of test_schema_meta_validation logic * Reverting to previous ops value * Simplifying unquantized models logic in test_schema_meta_validation * Update test/test_extended_models.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Toni Blaslov <tblaslov@fb.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Nicolas Hug authored
-
- 30 Nov, 2022 5 commits
-
-
Omkar Salpekar authored
-
Philip Meier authored
-
Philip Meier authored
* expose some prototype transforms utils * rename _isinstance
-
Omkar Salpekar authored
* [Nova] Disable CircleCI Linux Unittests * add back linux gpu jobs
-
Omkar Salpekar authored
* Fix extensions in wheels build * pass pre-script from caller * add pre-script to run relocate on wheel * install auditwheel for relocate * reorder numpy install * use jpeg80 for py3.9 and py3.10 mac builds * revert back to jpeg9 * printing the found jpeg libs during build time and reintro circle for comparison * more debug logs, remove extra linux builds * typo fix * brew uninstall conflicting jpeg libraries on mac machines * fix path for unittests * ufmt
-
- 29 Nov, 2022 2 commits
-
-
Philip Meier authored
* introduce type failures in dispatchers * add type checks to all dispatchers * add missing else * add test * fix convert_color_space
-
Joao Gomes authored
-
- 28 Nov, 2022 6 commits
-
-
Philip Meier authored
* minor cleanup of the prototype transforms tests * refactor ImagePair * pretty format enum
-
Vasilis Vryniotis authored
* Remove `_FT` usages from functional * Update error messages
-
Philip Meier authored
* use non-random images for interpolation kernels for testing * use real image rather than artificial * cleanup
-
Philip Meier authored
-
Philip Meier authored
-
Vasilis Vryniotis authored
* Adding BibTeX entry for TorchVision * Adding CITATION.cff file
-
- 25 Nov, 2022 1 commit
-
-
YosuaMichael authored
Co-authored-by:Joao Gomes <jdsgomes@fb.com>
-
- 24 Nov, 2022 1 commit
-
-
Aidyn-A authored
* update tests * revert replacing expect * test_detection_model freeze_rng_state * update tests
-
- 21 Nov, 2022 2 commits
-
-
Omkar Salpekar authored
* [Nova] Disable Linux Wheels Builds from CircleCI * remove old comment
-
Joao Gomes authored
* [fbsync] Bkorbar/pyavapi (#6943) Summary: * Test: add backend parameter * VideoReader object now works on backend * Frame reading now passes * Keyframe seek now passes * Pyav backend now supports metadata * changes in test to reflect GPU decoder change * Linter? * Test GPU output * Addressing Joao's comments * lint * lint * Revert "Test GPU output" This reverts commit f62e955d7dc81bcb23b40d58ea75413b9b62e76d. * lint? * lint * lint * Address issues in build? * hopefully doc fix * Arrgh * arrgh * fix typos * fix input options * remove read from memory option in pyav * skip read from mem test for gpu and pyab be * fix test * remove unused import * Hack to get reading from memory work with pyav * patch audio test * gallery change in a hope that docs won't break * check video decoder inside io * adding missing lib loading code * remove unused input Reviewed By: YosuaMichael Differential Revision: D41376278 fbshipit-source-id: 1575f63a524227e69187990d88973fc50f705217 Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Joao Gomes <jdsgomes@fb.com> * cherrypick chages made during fbsync Co-authored-by:
Joao Gomes <jdsgomes@meta.com> Co-authored-by:
Bruno Korbar <bkorbar@quansight.com>
-
- 18 Nov, 2022 1 commit
-
-
Vladislav Sovrasov authored
-
- 17 Nov, 2022 2 commits
-
-
Bruno Korbar authored
* Test: add backend parameter * VideoReader object now works on backend * Frame reading now passes * Keyframe seek now passes * Pyav backend now supports metadata * changes in test to reflect GPU decoder change * Linter? * Test GPU output * Addressing Joao's comments * lint * lint * Revert "Test GPU output" This reverts commit f62e955d7dc81bcb23b40d58ea75413b9b62e76d. * lint? * lint * lint * Address issues in build? * hopefully doc fix * Arrgh * arrgh * fix typos * fix input options * remove read from memory option in pyav * skip read from mem test for gpu and pyab be * fix test * remove unused import * Hack to get reading from memory work with pyav * patch audio test * gallery change in a hope that docs won't break * check video decoder inside io * adding missing lib loading code * remove unused input Co-authored-by:
Bruno Korbar <bkorbar@quansight.com> Co-authored-by:
Joao Gomes <jdsgomes@fb.com>
-
Aditya Oke authored
* Just start adding mere copy paste * Replace d with t and D with T * Align swin transformer video to image a bit * Rename d -> t * align with 2d impl * align with 2d impl * Add helpful comments and config for 3d * add docs * Add docs * Add configurations * Add docs * Fix bugs * Fix wrong edit * Fix wrong edit * Fix bugs * Fix bugs * Fix as per fx suggestions * Update torchvision/models/video/swin_transformer.py * Fix as per fx suggestions * Fix expect files and code * Update the expect files * Modify video swin * Add min size and min temporal size, num params * Add flops and size * Fix types * Fix url recipe Co-authored-by:Yosua Michael Maranatha <yosuamichael@fb.com>
-