"tests/vscode:/vscode.git/clone" did not exist on "25d07e3d5489c0a27a6c082b7deac3dcd2df7140"
- 27 Jan, 2023 4 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Nicolas Hug authored
-
- 26 Jan, 2023 3 commits
-
-
Philip Meier authored
-
Nicolas Hug authored
-
Philip Meier authored
-
- 24 Jan, 2023 1 commit
-
-
Nicolas Hug authored
-
- 20 Jan, 2023 1 commit
-
-
Nicolas Hug authored
-
- 19 Jan, 2023 1 commit
-
-
Philip Meier authored
-
- 17 Jan, 2023 1 commit
-
-
RoiEX authored
-
- 16 Jan, 2023 2 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
- 12 Jan, 2023 1 commit
-
-
Philip Meier authored
* fix MNIST byte flipping * add test * move to utils * remove lazy import
-
- 11 Jan, 2023 2 commits
-
-
Philip Meier authored
* fix typos throughout the code base * fix grammar * revert formatting changes to gallery * revert 'an uXX' * remove 'number of the best'
-
Nicolas Hug authored
* _weight_size -> _file_size * Better formatting of individual weights tables * Remove file size from main tables to avoid confusion with weight size (as in RAM) * Remove unnecessary (file size) suffix * Fix CI error? * Formatting Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 05 Jan, 2023 1 commit
-
-
Philip Meier authored
[FBcode->GH] https://www.internalfb.com/diff/D41268423 Co-authored-by:
Samantha Andow <samdow@meta.com>
-
- 04 Jan, 2023 1 commit
-
-
Akira Noda authored
* add moving mnist dataset Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * remove unused modules Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * modify docstring Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * modify docstring and docs Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * add split and split ratio kwargs Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix checking split argument Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * remove unused package * delete lines Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix filename property Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix reviews Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * modify docstrings Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * add split tests and etc Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> * fix tests Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com> Signed-off-by:
tsugumi-sys <tidemark0105@gmail.com>
-
- 21 Dec, 2022 3 commits
-
-
deepsghimire authored
-
F-G Fernandez authored
* style: Added missing typing annotations in datasets/_stereo_matching * style: Specified typing * style: Specified type annotations further * style: Specified typing of __getitem__ * style: Fixed linting Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
nps1ngh authored
-
- 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 2 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
-
- 06 Dec, 2022 1 commit
-
-
Philip Meier authored
-
- 05 Dec, 2022 1 commit
-
-
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
-
- 02 Dec, 2022 1 commit
-
-
Erjia Guan authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 30 Nov, 2022 1 commit
-
-
Philip Meier authored
* expose some prototype transforms utils * rename _isinstance
-
- 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 2 commits
-
-
Vasilis Vryniotis authored
* Remove `_FT` usages from functional * Update error messages
-
Philip Meier authored
-
- 25 Nov, 2022 1 commit
-
-
YosuaMichael authored
Co-authored-by:Joao Gomes <jdsgomes@fb.com>
-
- 21 Nov, 2022 1 commit
-
-
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>
-
- 16 Nov, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Fix MaxViT typing * linter
-