Skip to content

Commit 76a3361

Browse files
Update conv.jl
1 parent 8bbfb66 commit 76a3361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ as the input size.
10941094
- `init`: Weights' initializer. Default `glorot_uniform`.
10951095
- `residual`: Residual conncetion. Default `false`.
10961096
1097-
#Examples
1097+
# Examples
10981098
10991099
```julia
11001100
# create data

0 commit comments

Comments
 (0)