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 c5b904f commit b3bd9ffCopy full SHA for b3bd9ff
docs/src/examples/tensor_layer.md
@@ -24,7 +24,7 @@ end
24
25
u0 = [1.0,0.0]
26
ts = collect(0.0:0.1:tspan[2])
27
-prob_train = ODEProblem{true}(dxdt_train,u0,tspan,p)
+prob_train = ODEProblem{true}(dxdt_train,u0,tspan)
28
data_train = Array(solve(prob_train,Tsit5(),saveat=ts))
29
```
30
0 commit comments