Miguel Méndez
|
f80066910c
|
[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
|
0c5b026db1
|
[Refactor]: Unified parameter initialization (#567)
* [Refactor]: Unified parameter initialization
* fixed pretrained
|
2021-06-16 21:41:29 -07:00 |
lizz
|
455d163217
|
Save base_channels for UNet (#450)
Signed-off-by: lizz <lizz@sensetime.com>
|
2021-03-30 09:52:08 -07:00 |
lizz
|
33e8357c62
|
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
|
651da35c0e
|
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 |