- 30 Jul, 2024 1 commit
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/672 Nightly is less stable than d2go itself (eg. issue like https://github.com/facebookresearch/d2go/actions/runs/10135977974), just use the latest build. Differential Revision: D60458684 fbshipit-source-id: 2cce9a0eaabdeba2908703753d67dcd4bb24c378
-
- 08 May, 2024 1 commit
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/662 - d2go: aws model zoo is not available anymore, disable the test in oss. - d2: scripts running at midnight hitting rate limit issue, change it to a random time. Differential Revision: D57085427 fbshipit-source-id: 8dc24b2a7996c8ae5ed8808c3301af2851c15a14
-
- 26 Oct, 2022 1 commit
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/389 Reviewed By: itomatik Differential Revision: D39631903 fbshipit-source-id: 1668a8b06260d02b40208b3dda3cbade0a12bc16
-
- 28 Sep, 2022 1 commit
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/375 `patch_d2_meta_arch` had already been removed in D37246483 (https://github.com/facebookresearch/d2go/commit/d1518ff66205089115df56010e8eafcf94efb08d), need to also update the `beginner.ipynb`. Reviewed By: itomatik Differential Revision: D39861148 fbshipit-source-id: bac80efbff1f99a023d604a66c3667bc94f8c6f4
-
- 25 May, 2022 1 commit
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/261 X-link: https://github.com/facebookresearch/mobile-vision/pull/71 `is_oss` and `fb_overwritable` are also needed in `mobile_cv`, move them from d2go. Reviewed By: zhanghang1989 Differential Revision: D36655821 fbshipit-source-id: 421c4d22d4c4620678908fe13d6e47ab39604ae7
-
- 28 Mar, 2022 1 commit
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/195 Update: The problem is solved by: https://github.com/pytorch/pytorch/issues/74779 This diff only adds the step to show the env, so it's easier to report bug in the future. Reviewed By: tglik Differential Revision: D35150748 fbshipit-source-id: 1f648ec5abb9f3563445cca26cc53b5f7e03bf2c
-
- 24 Mar, 2022 2 commits
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/193 - Add daily CI. - rename `Unit Test` to `CI`. - rename the `build` to `python-unittest`. Reviewed By: tglik Differential Revision: D35102575 fbshipit-source-id: cbcc3992e019d3e00d8e862b81de4bb1c16f8fe1
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/192 Nowadays lightning will initialize process group when using ddp strategy, since `TestLightningTrainNet` does a training with ddp strategy (https://fburl.com/code/a9yp0kzy), the process group ended up initialized after running the test. However there're other tests that will also set up ddp and thus expect non-initialized process group, this is not a problem on sandcastle since the tests run separately, however in OSS env, the tests are running together, so the error happens (eg. https://github.com/facebookresearch/d2go/runs/5668912203?check_suite_focus=true). This diff adds a clean up step in `TestLightningTrainNet`. Reviewed By: tglik Differential Revision: D35099944 fbshipit-source-id: f5b42b2a87d4efd9aa0ed97e6bd2140d80ab9522
-
- 08 Mar, 2022 1 commit
-
-
Yanghan Wang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/187 Reviewed By: ananthsub, zhanghang1989 Differential Revision: D34650467 fbshipit-source-id: b9518e5dd673b709320b87e57a43d053eca3aabe
-
- 14 May, 2021 1 commit
-
-
Hang Zhang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/68 Reviewed By: kazhang Differential Revision: D28426745 Pulled By: zhanghang1989 fbshipit-source-id: 5b82b03847e5e1d06d1bfcdaf0192d65e9202e77
-
- 07 May, 2021 1 commit
-
-
Hang Zhang authored
Summary: Pull Request resolved: https://github.com/facebookresearch/d2go/pull/59 * We have an internal dependency: ``` d2go/export/logfiledb.py", line 8, in <module> from mobile_cv.torch.utils_caffe2.ws_utils import ScopedWS ModuleNotFoundError: No module named 'mobile_cv.torch' ``` This cause the failure of unittest on GitHub https://github.com/facebookresearch/d2go/pull/58/checks?check_run_id=2471727763 * use python 3.8 because another unittest failure on github ci ``` from typing import final ImportError: cannot import name 'final' from 'typing' (/usr/share/miniconda/lib/python3.7/typing.py) ``` Reviewed By: wat3rBro Differential Revision: D28109444 fbshipit-source-id: 95e9774bdaa94f622267aeaac06d7448f37a103f
-
- 03 Mar, 2021 1 commit
-
-
facebook-github-bot authored
fbshipit-source-id: f4a8ba78691d8cf46e003ef0bd2e95f170932778
-