- 16 Jun, 2023 1 commit
-
-
youkaichao authored
[Enhance] Add ConvModule.turn_on_fast_conv_bn_eval to reduce repetitive code and dynamically bind conv during forward (#2835)
-
- 13 Jun, 2023 1 commit
-
-
youkaichao authored
[Feature] Add fast_conv_bn_eval option in ConvModule for fast validation and training in Eval mode (#2807)
-
- 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
-
- 18 May, 2022 1 commit
-
-
Zaida Zhou authored
* add pyupgrade * add options for pyupgrade * minor refinement
-
- 24 Feb, 2022 1 commit
-
-
Zaida Zhou authored
* first commit * Add copyright pre-commit-hook
-
- 12 Feb, 2022 1 commit
-
-
RangiLyu authored
* [Enhance] Use PyTorch HSwish implementation. * fix conv test * upgrade version * add version comments
-
- 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
-
- 20 Mar, 2021 1 commit
-
-
ZhangShilong authored
* fix bug of convmodule * fix bug of convmodule * fix unitest * remove assert
-
- 28 Jun, 2020 1 commit
-
-
louzana authored
* fix bug of building ConvModule with HSigmoid using inplace=True and add corresponding unittest * fix linting
-
- 10 Jun, 2020 1 commit
-
-
Jerry Jiarui XU authored
-
- 01 Jun, 2020 1 commit
-
-
Harry authored
* fix: tanh has not inplace * feat: add ConvModule with Tanh
-
- 13 May, 2020 1 commit
-
-
Jintao Lin authored
* Support conv layers' own `init_weights` method * Add related unittest about ConvModule init_weight * make the comments more specific
-
- 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>
-