- 30 Jun, 2022 1 commit
-
-
Mashiro authored
-
- 18 May, 2022 1 commit
-
-
Zaida Zhou authored
* add pyupgrade * add options for pyupgrade * minor refinement
-
- 09 May, 2022 1 commit
-
-
pc 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>
-
- 12 Feb, 2022 1 commit
-
-
RangiLyu authored
* [Enhance] Use PyTorch HSwish implementation. * fix conv test * upgrade version * add version comments
-
- 28 Jan, 2022 1 commit
-
-
Mashiro authored
* fix BaseTransformerLayer * Add BaseTransformerLayer unit test without ffn_cfg embed_dims * Optimize code logic
-
- 20 Jan, 2022 1 commit
-
-
Jiazhen Wang authored
* [Fix] align hsigmoid with pytorch official * [Fix] add warnings for Hsigmoid * [Fix] fix format * [Fix] add unittest * [Fix] fix docstring
-
- 22 Dec, 2021 1 commit
-
-
Jiazhen Wang authored
* [Fix] fix some warnings in unittest * [Impl] standardize some warnings * [Fix] fix warning type in test_deprecation * [Fix] fix warning type * [Fix] continue fixing * [Fix] fix some details * [Fix] fix docstring * [Fix] del useless statement * [Fix] keep compatibility for torch < 1.5.0
-
- 14 Dec, 2021 1 commit
-
-
Shilong Zhang authored
-
- 02 Nov, 2021 1 commit
-
-
Tong Gao authored
-
- 08 Sep, 2021 1 commit
-
-
Tong Gao authored
* [Feature] Add revert_sync_batchnorm * support mmsyncbn (to be tested) * Test passed * Update docstring, rename the test file * remove test_sync_bn * add comment * add mmcv.ops check * Add a comment * Add notes and relax test req Co-authored-by:gaotongxiao <gaotongxiao@gmail.con>
-
- 07 Sep, 2021 1 commit
-
-
young authored
* restrict the warning message * and an important keyword in warning description * a more elegant way of condition * link format code too long * fix the stupid spelling mistake * Use issubclass to restrict warning message. * maybe this version is more elegant. * conv + bias + norm warning pytest * 'created' a warning, hahaha * isort and yapf format revision * isort and yapf format revision * flake8 fail issue * I have to right this way in order to solve the conflicts between yapf and flake8, sigh... * fixed test bug * Add ruby windows installer source. * Simplified the code and remove ruby source from CONTRIBUTING.md * use _BatchNorm to simplify the code * bug fix and add instanceNorm case into warning * change the warning message to make it more clear * fix unit test
-
- 08 Aug, 2021 1 commit
-
-
Jerry Jiarui XU authored
* [Docs] Add header for files * change to OpenMMLab * add headers for .cpp, .cu, .h, .cuh * replace Open-MMLab with OpenMMLab
-
- 24 Jun, 2021 1 commit
-
-
Jintao Lin authored
* empty tensor inference backward continity * update * add 3d
-
- 11 Jun, 2021 1 commit
-
-
Shilong Zhang authored
* minor changes * change to modulist * change to Sequential * replace dropout with attn_drop and proj_drop in MultiheadAttention * add operation_name for attn * add drop path and move all ffn args to ffncfgs * fix typo * fix a bug when use default value of ffn_cfgs * fix ffns * add deprecate warning * fix deprecate warning * change to pop kwargs * support register FFN of transformer * support batch first * fix batch first wapper * fix forward wapper * fix typo * fix lint * add unitest for transformer * fix unitest * fix equal * use allclose * fix comments * fix comments * change configdict to dict * move drop to a file * add comments for drop path * add noqa 501 * move bnc wapper to MultiheadAttention * move bnc wapper to MultiheadAttention * use dep warning * resolve comments * add unitest: * rename residual to identity * revert runner * msda residual to identity * rename inp_identity to identity * fix name * fix transformer * remove key in msda * remove assert for key Co-authored-by:
HIT-cwh <2892770585@qq.com> Co-authored-by:
bkhuang <congee524@gmail.com> Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
- 01 Jun, 2021 1 commit
-
-
Miao Zheng authored
* [Fix] Support names of base classes matching in init_cfg * revise bool to len
-
- 23 May, 2021 2 commits
-
-
Zaida Zhou authored
* [Feature] Add truncated normal weight init * [Feature] Add truncated normal weight init * [Feature] Add truncated normal weight init * update docstring * delete modelA.pth * modify according to comment * use kstest to check truncated normal * delete modelA.pth * fix test.txt
-
Guangchen Lin authored
* fix generalized attention fp16 * fix building without gpu error * add comment * Cast tensor at initialization
-
- 12 Apr, 2021 1 commit
-
-
Miao Zheng authored
* [Fix] Config deep copy in initialize_override * add asserts&comments * add test * test org init_cfg * test override without name * typo
-
- 10 Apr, 2021 1 commit
-
-
Jerry Jiarui XU authored
* add model registry * fixed infer scoep * fixed build func * add docstring * add md * support multi level * clean comments * add docs * fixed parent * add more doc * add value error, add docstring * fixed docs * change to local/global search * resolve comments * fixed test * update some docstring * update docs (minior) * update docs * update docs
-
- 26 Mar, 2021 1 commit
-
-
Miao Zheng authored
* [Refactoring]Approve init_cfg * revise unit test * revise according to comments * add comment for wholemodule
-
- 24 Mar, 2021 1 commit
-
-
Miao Zheng authored
* [Refactoring] Add Caffe2Xavier Initializer * fix lint
-
- 20 Mar, 2021 1 commit
-
-
ZhangShilong authored
* fix bug of convmodule * fix bug of convmodule * fix unitest * remove assert
-
- 19 Mar, 2021 1 commit
-
-
zhouzaida authored
* [Feature] support to calculate FLOPs of GN, IN, LN * Update flops_counter.py * Update flops_counter.py
-
- 07 Feb, 2021 1 commit
-
-
Miao Zheng authored
* add initializers and BaseModule for unified parameter initialization * fix circle import * bug fix * add is_init flag in BaseModule * fix docstring * sort import and fix doc format * fix bug * fix docformat and double quote string * fix import sort * import sort * sort import * revise according to comments * fix doc format * revise according to comments * revise import and fix typo * polish code * revise minors * revice minors * revise apply function * revise bias initialization with probability * add type test for bias_prob * revise minors
-
- 24 Dec, 2020 1 commit
-
-
BigBigDream authored
-
- 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>
-
- 19 Nov, 2020 1 commit
-
-
yamengxi authored
* enhance hsigmoid * delete int
-
- 18 Nov, 2020 2 commits
-
-
dreamerlin authored
-
dreamerlin authored
-
- 15 Nov, 2020 2 commits
-
-
dreamerlin authored
-
dreamerlin authored
-
- 31 Oct, 2020 1 commit
-
-
Kai Chen authored
* support pytorch 1.7 and update the CI * fix CI * fix onnxruntime version in macos
-
- 06 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
* add version check in wrappers * fix assersion * use digital version for version comparison * fix unit tests * reformat * fall back to compare the first two version * fix unittest * fix unittest * fix unit test * clean unnecessary change
-
- 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
-
- 12 Sep, 2020 1 commit
-
-
Wenwei Zhang authored
* Mv wrappers into bricks and use wrappers in registry * resolve import issues * fix import issues * set nn op forward to torch 1.6.1 * fix CI bug and add warning * Fix CI by using patch mock * mv warnings inside deprecated module's initialization
-
- 09 Sep, 2020 1 commit
-
-
Xiaojie Li authored
* update impad * fix docstring * add shape for impad * fix unit test * remove old version & fix doc * fix linting * fix doc * add linear decay learning rate scheduler * fix impad * fix setup.cfg * fix linting * add yapf * add swish * fix lr_updater * fix lr_updater.py * update swish * add swish * fix inplace * fix typo * update * add same padding * fix docstring * add unittest * fix register * change name Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-
- 26 Aug, 2020 1 commit
-
-
Xiaojie Li authored
* update impad * fix docstring * add shape for impad * fix unit test * remove old version & fix doc * fix linting * fix doc * add linear decay learning rate scheduler * fix impad * fix setup.cfg * fix linting * add yapf * add swish * fix lr_updater * fix lr_updater.py * update swish * add swish * fix inplace * fix typo Co-authored-by:lixiaojie <lixiaojie@sensetime.com>
-