- 24 Aug, 2022 1 commit
-
-
Zaida Zhou authored
-
- 23 Aug, 2022 1 commit
-
-
Zaida Zhou authored
* Remove runner, parallel, engine and device * fix format * remove outdated docs * migrate many functions to mmengine * remove sync_bn.py
-
- 19 Aug, 2022 1 commit
-
-
Mashiro authored
* change MODELS to mmengine, delete basemodule * fix unit test * remove build from cfg * add comment and rename TARGET_MODELS to registry * refine cnn docs * remove unnecessary check * refine as comment * refine build_xxx_conv error message * fix lint * fix import registry from mmcv * remove unused file
-
- 30 Jun, 2022 1 commit
-
-
Mashiro authored
-
- 24 Feb, 2022 1 commit
-
-
Zaida Zhou authored
* first commit * Add copyright pre-commit-hook
-
- 18 Feb, 2022 1 commit
-
-
Wenhao Wu authored
* add ops (spconv) of mmdet3d * fix typo * refactor code * resolve comments in #1452 * fix compile error * fix bugs * fix bug * transform from 'types.h' to 'extension.h' * fix bug * transform from 'types.h' to 'extension.h' in parrots * add extension.h in pybind.cpp * add unittest * Recover code * (1) Remove prettyprint.h (2) Switch `T` to `scalar_t` (3) Remove useless lines (4) Refine example in docstring of sparse_modules.py * (1) rename from `cu.h` to `cuh` (2) remove useless files (3) move cpu files to `pytorch/cpu` * reorganize files * Add docstring for sparse_functional.py * use dispatcher * remove template * use dispatch in cuda ops * resolve Segmentation fault * remove useless files * fix lint * fix lint * fix lint * fix unittest in test_build_layers.py * add tensorview into include_dirs when compiling * recover all deleted files * fix lint and comments * recover setup.py * replace tv::GPU as tv::TorchGPU & support device guard * fix lint Co-authored-by:
hdc <hudingchang.vendor@sensetime.com> Co-authored-by:
grimoire <yaoqian@sensetime.com>
-
- 22 Dec, 2020 1 commit
-
-
Rui Xu authored
* avoid recursion error when using customized norm layer without _abbr_ * fix unittest bug
-
- 09 Dec, 2020 1 commit
-
-
Rui Xu authored
* add clamp without unittest * add clamp-act with unit test * fix name bug * use logical and * fix logical_and * fix linting * rename ClampLayer to Clamp * rename ClampLayer to Clamp Co-authored-by:nbei <631557085@qq.com>
-
- 27 Sep, 2020 1 commit
-
-
GT9505 authored
* register deconv in CONV_LAYERS * use ConvTranspose2d implemented in MMCV * remove repetitive register_module * update * add unittest for deconv
-
- 15 Jul, 2020 1 commit
-
-
Jerry Jiarui XU authored
* Add MMSyncBN in registery * skip mmsyncbn test
-
- 02 Jul, 2020 1 commit
-
-
Jerry Jiarui XU authored
* Refator plugins: move from ops to cnn * minior update * minior update
-
- 12 May, 2020 1 commit
-
-
Wenwei Zhang authored
-
- 08 May, 2020 1 commit
-
-
Kai Chen authored
* use parrots wrapper for norms * add unittests for is_norm() * add a test case
-
- 30 Apr, 2020 1 commit
-
-
Kai Chen authored
* add building bricks of cnn * add unit tests * use registry for building bricks * minor updates * add scale layer * add test for scale * add doc string Co-authored-by:Jiarui XU <xvjiarui0826@gmail.com>
-