closes #1071
This commit is contained in:
parent
df3f904f7c
commit
5a4f1932a6
|
@ -90,7 +90,7 @@ julia> d = Dense(5, 2)
|
||||||
Dense(5, 2)
|
Dense(5, 2)
|
||||||
|
|
||||||
julia> d(rand(5))
|
julia> d(rand(5))
|
||||||
Tracked 2-element Array{Float64,1}:
|
Array{Float64,1}:
|
||||||
0.00257447
|
0.00257447
|
||||||
-0.00449443
|
-0.00449443
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue