Skip to content

Commit

Permalink
Save base_channels for UNet (#450)
Browse files Browse the repository at this point in the history
Signed-off-by: lizz <lizz@sensetime.com>
  • Loading branch information
innerlee authored Mar 30, 2021
1 parent 33e8357 commit 455d163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmseg/models/backbones/unet.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def __init__(self,
self.strides = strides
self.downsamples = downsamples
self.norm_eval = norm_eval
self.base_channels = base_channels

self.encoder = nn.ModuleList()
self.decoder = nn.ModuleList()
Expand Down

0 comments on commit 455d163

Please sign in to comment.