Skip to content

Conversation

hewanru-bit
Copy link
Contributor

No description provided.

@@ -53,3 +53,7 @@
milestones=[8, 11],
gamma=0.1)
]

optim_wrapper = dict(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

cat3 = torch.cat((x1, x2, x3, x4), 1)
k = F.relu(self.conv5(cat3))

if k.size() != x.size():
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

assert k.size() == x.size()

model: ConfigType,
pixel_loss: ConfigType = dict(
type='MSELoss', loss_weight=1.0),
init_cfg: OptMultiConfig = None) -> None:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

**kwarg is needed

@BIGWangYuDong BIGWangYuDong changed the title [Feature] add AODNet and support cityscape foggy dataset [WIP] add AODNet and support cityscape foggy dataset Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants