You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DiffEqFlux.jl
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,12 @@ function neural_ode(model,x,tspan,args...;kwargs...)
54
54
error("neural_ode has been deprecated with the change to Zygote. Please see the documentation on the new NeuralODE layer.")
55
55
end
56
56
57
+
# Piracy, should get upstreamed
58
+
function Flux.create_bias(weights::AbstractArray{<:DiffEqSensitivity.ReverseDiff.TrackedReal}, bias::AbstractArray{<:DiffEqSensitivity.ReverseDiff.TrackedReal}, dims::Integer...)
0 commit comments