Skip to content

Commit

Permalink
Update DualNet_SS.py
Browse files Browse the repository at this point in the history
  • Loading branch information
billhhh authored Jun 17, 2024
1 parent b8a553b commit b645c82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DualNet_SS.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ class DualNet_SS(nn.Module):
def __init__(self, args, norm_cfg='BN', activation_cfg='LeakyReLU', num_classes=None,
weight_std=False, self_att=False, cross_att=False):
super().__init__()
self.do_ds = False
self.shared_enc = U_Res3D_enc(norm_cfg, activation_cfg, num_classes, weight_std)
self.shared_dec = U_Res3D_dec(norm_cfg, activation_cfg, num_classes, weight_std)

Expand Down

0 comments on commit b645c82

Please sign in to comment.