MengzhangLI
|
767de8f4d9
|
[Fix] Fix docstring link problem in readthedocs (#845)
* fix docstring link
* fix docstring link
* fix docstring link
* fix docstring link
* fix docstring link
* fix docstring link
|
2021-09-02 17:06:43 +08:00 |
Junjun2016
|
2fe0bddf5e
|
[Dcos] Add header for files (#796)
* Add header for files
* Delete header in config files
|
2021-08-16 23:16:55 -07:00 |
Miguel Méndez
|
50461efe85
|
[Fix] Replace interpolate with resize (#731)
* Replace interpolate with resize
* Replace nn.Upsample with ops.Upsample
* Fix test
|
2021-07-28 16:56:22 +08:00 |
Jerry Jiarui XU
|
9849a8dc23
|
[Refactor]: Unified parameter initialization (#567)
* [Refactor]: Unified parameter initialization
* fixed pretrained
|
2021-06-16 21:41:29 -07:00 |
lizz
|
fcad6df7a6
|
Save base_channels for UNet (#450)
Signed-off-by: lizz <lizz@sensetime.com>
|
2021-03-30 09:52:08 -07:00 |
lizz
|
bbb9f074f6
|
Fix typo: upsampe_cfg -> upsample_cfg (#449)
* Fix typo: upsampe_cfg -> upsample_cfg
Signed-off-by: lizz <lizz@sensetime.com>
* convoluton -> convolution
Signed-off-by: lizz <lizz@sensetime.com>
* more
Signed-off-by: lizz <lizz@sensetime.com>
* ok
Signed-off-by: lizz <lizz@sensetime.com>
|
2021-03-30 09:51:38 -07:00 |
Junjun2016
|
5956451014
|
add unet (#161)
* add unet
* add unet
* add unet
* update test_unet
* update test_unet
* update test_unet
* update test_unet
* fix bugs
* add init method for unet
* add test of UNet init_weights method
* add registry
* merge upsample
* fix test
* Update mmseg/models/backbones/unet.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* Update mmseg/models/backbones/unet.py
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
* split UpConvBlock from UNet
* use reversed
* rename upsample module
* rename upsample module
* rename upsample module
* rename upsample module
Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
|
2020-10-21 11:24:38 -07:00 |