Skip to content

Commit 1dee459

Browse files
committed
fix spacing
1 parent c855ba3 commit 1dee459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

complex_net.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def make_layers(params, ch):
5252
Args:
5353
params(int[]): The Conv2d parameters for input and output channels
5454
ch(int): The initial input channel parameter for the first Conv2d
55-
5655
"""
5756
layers = []
5857
channels = ch

0 commit comments

Comments
 (0)