Skip to content

Commit

Permalink
fix doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Jul 1, 2020
1 parent ddcecb3 commit 413c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Dense(5, 2)
julia> d(rand(5))
2-element Array{Float32,1}:
-0.16210233
0.12311903
0.123119034
```
"""
struct Dense{F,S<:AbstractArray,T<:AbstractArray}
Expand Down

0 comments on commit 413c794

Please sign in to comment.