Ezra-Yu
|
06bbd6940d
|
[Fix] Fix init_weights bug in some backbones and update Readme (#318)
* some init_weights bugs
* init_weights
* add import Basemodule
* code stye
* isort
* Use recommend init_weights override method.
Add init_cfg parameter in InvertedResidual.
Remove some useless comment.
Co-authored-by: mzr1996 <mzr1996@163.com>
|
2021-06-30 19:41:58 +08:00 |
whcao
|
5e1a02103f
|
[Feature]Delete comments (#298)
* add mytrain.py for test
* test before layers
* test attr in layers
* test classifier
* delete mytrain.py
* delete comments
|
2021-06-12 21:45:22 +08:00 |
Miao Zheng
|
4ca21c7d03
|
[WIP] Refactoring weights initialization (#270)
* [WIP] Refactoring weights initialization
* fix lint and constant init cfg
* fix pretrained bug
* fix typo
* fix isort
* revise model utils
|
2021-06-10 10:54:34 +08:00 |
mzr1996
|
b7b520881f
|
Update CONTRIBUTING.md according to mmcv (#210)
* Update CONTRIBUTING.md according to mmcv
* Docstring formatting by docformatter
* Update openmmlab website.
|
2021-04-14 21:22:37 +08:00 |
LXXXXR
|
63f38988eb
|
[Fix] Fix optional issues in docstring (#138)
* fix optional issue in docstring
* revised according to comments
* add optional
|
2021-01-14 11:09:08 +08:00 |
chenkai
|
02e11cc1f3
|
Refactoring for ResNet family
|
2020-06-25 11:57:50 +08:00 |
yanglei
|
800ace3137
|
set default zero_init_residual to True
|
2020-06-16 11:36:54 +08:00 |
wangshiguang
|
a1da2013ad
|
add pat ci image
|
2020-06-15 17:43:40 +08:00 |
yanglei
|
a5b53ada94
|
use standard docstr for basic and bottleneck block
|
2020-06-14 13:29:47 +08:00 |
yanglei
|
7ec1429e1b
|
set default value of norm_eval and zero_init_residual to False
|
2020-06-14 11:56:18 +08:00 |
yanglei
|
3a65f4529e
|
Add Base and ResNet backbone
|
2020-06-12 14:40:27 +08:00 |