-
-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in 08 Kolmogorov.jl #168
Comments
And another one further down: prob = SDEProblem(f_val,g_val,u₀,tspan) instead of prob = SDEProblem(f,g,u₀,tspan) For: @time sol = solve(prob, NeuralNetDiffEq.NNKolmogorov(m, opt, sdealg, ensemblealg), verbose = true, dt = dt, takes: 4 hours and 15 minutes!!! |
I haven't built it yet to see. @ashutosh-b-b that looks incorrect though if the loss doesn't change? |
Also add 'using Distributions' to calculate mean(phi) |
|
@ashutosh-b-b it's worth a few fixes here. Notice I refactored a bit in #169 |
rebuild! advanced/03-kolmogorov_equations |
!rebuild advanced/03-kolmogorov_equations.jmd |
Created pipeline: see it here. |
Fixed! |
Great. 427 seconds by steeping back to CuArrays and CUDAnative. Hopefully, CUDA.jl on Windows will pass its tests soon. |
In m = fmap(cpu , m) "cu" should be "cpu"
The text was updated successfully, but these errors were encountered: