Skip to content

Commit

Permalink
trying to fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter authored Mar 15, 2024
1 parent 1d2a043 commit dccbbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CerebNet/models/sub_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CompetitiveDenseBlock(nn.Module):
'num_classes' : 44,
'kernel_c' : 1,
'input' : True
}.
}.
"""

def __init__(self, params, outblock=False, discriminator_block=False):
Expand Down

0 comments on commit dccbbd2

Please sign in to comment.