Skip to content

Commit c62a2d7

Browse files
Merge pull request #353 from vavrines/dev
Tutorial typo
2 parents 769e2d9 + bea128a commit c62a2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/minibatch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function true_sol(du, u, p, t)
1919
newtons_cooling(du, u, true_p, t)
2020
end
2121
22-
ann = Chain(FastDense(1,8,tanh), FastDense(8,1,tanh))
22+
ann = Chain(Dense(1,8,tanh), Dense(8,1,tanh))
2323
pp,re = Flux.destructure(ann)
2424
2525
function dudt_(u,p,t)

0 commit comments

Comments
 (0)