This commit is contained in:
Dhairya Gandhi 2020-03-04 17:22:45 +05:30
parent df3f904f7c
commit 5a4f1932a6
1 changed files with 1 additions and 1 deletions

View File

@ -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
``` ```