We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0900b commit ad41c6eCopy full SHA for ad41c6e
docs/src/tutorials/minibatch.md
@@ -6,7 +6,7 @@
6
for details on the installation and usage.
7
8
```julia
9
-using Flux, Optimization, OptimizationOptimisers, OrdinaryDiffEq
+using Flux, Optimization, OptimizationOptimisers, OrdinaryDiffEq, DiffEqSensitivity
10
11
function newtons_cooling(du, u, p, t)
12
temp = u[1]
0 commit comments