Skip to content

Commit

Permalink
Removed default parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoOinonen committed Feb 7, 2024
1 parent b03f06b commit 59a225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlspm/image/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class AttentionUNet(nn.Module):

def __init__(
self,
z_in: int = 10,
z_in: int,
n_in: int = 1,
n_out: int = 3,
in_channels: int = 1,
Expand Down

0 comments on commit 59a225e

Please sign in to comment.