Skip to content

Commit 1f36df4

Browse files
committed
test: print
1 parent 51abeb2 commit 1f36df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/nn/nnlib.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ end
7878
padding in ((0, 0), (1, 1), (2, 2), (0, 2), (2, 0), (0, 1), (1, 0)),
7979
dilation in ((1, 1), (2, 2), (1, 2), (2, 1))
8080

81+
@show groups, stride, padding, dilation
82+
8183
conv_dims = DenseConvDims(x, weight; stride, padding, dilation, groups)
8284

8385
output_size = (

0 commit comments

Comments
 (0)