- 26 Oct, 2022 2 commits
-
-
Zaida Zhou authored
-
ChaimZhu authored
-
- 24 Oct, 2022 5 commits
-
-
takuoko authored
* wandb define_metric * add test and some fix based on mmengine PR * fix test * add summary warnings * Update mmcv/runner/hooks/logger/wandb.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> * Update mmcv/runner/hooks/logger/wandb.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
q.yao authored
* fix correlation * fix lint
-
cathyzhang222 authored
* [Feature] Support Iou3d with cambricon MLU backend * [Feature] add double line * [Feature] add line
-
Zaida Zhou authored
* Bump version to * update
-
q.yao authored
* Fix three nn half inpt * update test
-
- 20 Oct, 2022 1 commit
-
-
bdf authored
* [Fix] Fix the bug of uninitialized prarmeter * refactor code for lint Co-authored-by:budefei <budefei@cambricon.com>
-
- 18 Oct, 2022 1 commit
-
-
bdf authored
Co-authored-by:budefei <budefei@cambricon.com>
-
- 17 Oct, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Refine README * refine table * minor refinement * refine * refine * add version info * add version info * update version info * refine * refine * add module links in docs/en/introduction * update docs/en * fix typo * update docs/en * add version.json in zh_cn * minor refinement * update version.json * update Dockerfile * minor fix * update installation of macOS * resolve comments
-
- 12 Oct, 2022 1 commit
-
-
Ivan Shcheklein authored
* Add ability to pass logger instance to frameworks * refine docstring * Update mmcv/runner/hooks/logger/dvclive.py Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 11 Oct, 2022 2 commits
-
-
CokeDong authored
* Support parrots extension for op PrRoI * Fix lint * Fix cpp lint * Fix testcase failure by false requires_grad in self-defined autograd Funtion * Fix issues * Fix flake8 * Fix isort * Adaption for typechecking for PrRoIPoolFunction * Fix lint * Support only float32 * bugfix
-
q.yao authored
* update iou3d * fix parrot * update to device * replace count_nonzero with fill * update build.yml
-
- 10 Oct, 2022 2 commits
-
-
bdf authored
* [Refactor] Adapt mlu code to cntoolkit3.0.1 * [Refactor] Modify the code style Co-authored-by:
budefei <budefei@cambricon.com> Co-authored-by:
budefei <budefei@cambricon>
-
tpoisonooo authored
-
- 08 Oct, 2022 1 commit
-
-
Zaida Zhou authored
* Upgrade the versions of pre-commit hooks * update the versions of zh-cn.yaml
-
- 30 Sep, 2022 1 commit
-
-
wangjiangben-hw authored
* init npu * add npu extension and focal loss adapter * clean code * clean code * clean code * clean code * fix autocast bugs on npu (#2273) fix autocast bugs on npu (#2273) * code format * code format * code format * bug fix * pytorch_npu_helper.hpp clean code * Npu dev (#2306) * fix autocast bugs on npu * using scatter_kwargs in mmcv.device.scatter_gather * raise ImportError when compile with npu * add npu test case (#2307) * add npu test case * Update focal_loss.py * add comment * clean lint * update dtype assert * update DDP forward and comment * fix bug Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
ckirchhoff <515629648@qq.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 29 Sep, 2022 2 commits
-
-
q.yao authored
* update onnx registry * move import
-
takuoko authored
* support silu torch<1.7.0 * fix test * fix test * fix inplace * fix inplace * Update tests/test_cnn/test_silu.py Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com> Co-authored-by:
Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
- 26 Sep, 2022 1 commit
-
-
Zaida Zhou authored
-
- 25 Sep, 2022 1 commit
-
-
Zaida Zhou authored
* [Fix] Fix the calculation error of out_w in MaskedConv2dFunction (#2264) * [Fix] Fix two intergers can not use / operator in torch1.6 * should not use kernel_h when calculates out_w * [Docs] Fix some mistakes in data_process.md (#2283) * correction * correction en docs Co-authored-by:yxzhao <33384732+yxzhao2022@users.noreply.github.com>
-
- 14 Sep, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Add support of TorchVision's Model Registration API. * fix linter * formatting with yapf
-
q.yao authored
-
- 13 Sep, 2022 2 commits
-
-
takuoko authored
-
Zachary Streeter authored
* modified code for using ROCm backened within the PyTorch framework * added hip runtime header * flake8 linting fix
-
- 12 Sep, 2022 1 commit
-
-
tripleMu authored
* Fix typehint * minor fix * minor fix * minor fix Co-authored-by:zhouzaida <zhouzaida@163.com>
-
- 11 Sep, 2022 1 commit
-
-
Zaida Zhou authored
* [Docs] Add zhihu articles * add OpenMMLabCourse link * fix typo
-
- 08 Sep, 2022 2 commits
-
-
ZShaopeng authored
* [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend * [Feature] Support RoipointPool3d with cambricon MLU backend
-
Zaida Zhou authored
-
- 02 Sep, 2022 1 commit
-
-
Hoantrbl authored
the lack of colon(:)
-
- 28 Aug, 2022 2 commits
-
-
bdf authored
* [Feature] Support DeformRoiPool with cambricon MLU backend * [Fix] Remove use of std library * [Fix] Correct the error information * [Refactor] Refactor test deform_roi_pool code * [Fix] Fix judgment error * [Fix] Modify the large tensor check Co-authored-by:budefei <budefei@cambricon.com>
-
Yanhong Zeng authored
-
- 23 Aug, 2022 1 commit
-
-
liuduanhui authored
-
- 21 Aug, 2022 1 commit
-
-
bdf authored
* [Feature] Support MaskedConv2d with cambricon MLU backend * [Refactor] Refactor test masked_conv2d code Co-authored-by:budefei <budefei@cambricon.com>
-
- 19 Aug, 2022 3 commits
-
-
tudejiang79 authored
* [Fix] roi_align_rotated codes * [Fix]: fix code style * [Fix]: fix code style * [Fix]: fix code style
-
Miao Zheng authored
* [Fix] Path mapping only once in storage backends * Fix lint Co-authored-by:Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
-
bdf authored
* [Feature] Support CARAFE with Cambricon MLU backend * [Docs] Add comments for common funtions * [Test] Add allclose test for carafe * Remove print Co-authored-by:
zcyKTH <zcy19950525@gmail.com> Co-authored-by:
budefei <budefei@cambricon.com>
-
- 18 Aug, 2022 1 commit
-
-
Jingwei Zhang authored
-
- 17 Aug, 2022 1 commit
-
-
Jingwei Zhang authored
* support different border_mode in imrotate * fix docstring * small fix * reorder the border_mode arg in imrotate * fix lint * polish docstring * polish docstring
-
- 16 Aug, 2022 1 commit
-
-
eivtho authored
-