Skip to content

Commit 0bf76ae

Browse files
committed
typo
1 parent 7f00c58 commit 0bf76ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_constructor/net.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def __call__(self):
196196
def __repr__(self):
197197
return (f"{self.name} constructor\n"
198198
f" c_in: {self.c_in}, c_out: {self.c_out}\n"
199-
f" expansion: {self.expansion}, groups: {self.groups}, dw: {self.dw}\n, div_groups: {self.div_groups}"
199+
f" expansion: {self.expansion}, groups: {self.groups}, dw: {self.dw}, div_groups: {self.div_groups}\n"
200200
f" sa: {self.sa}, se: {self.se}\n"
201201
f" stem sizes: {self.stem_sizes}, stride on {self.stem_stride_on}\n"
202202
f" body sizes {self._block_sizes}\n"

0 commit comments

Comments
 (0)