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
y, back = Zygote.pullback(u, tunables) do u, tunables
175
+
_p =repack(tunables)
176
+
f.f_oop(_p, _p)
177
+
end
178
+
gs =back(Δ)
179
+
(gs[1], nothing)
180
+
elseif i ===nothing
181
+
throw(error("Zygote AD of purely-symbolic slicing for observed quantities is not yet supported. Work around this by using `A[sym,i]` to access each element sequentially in the function being differentiated."))
y, back = Zygote.pullback(u, tunables) do u, tunables
274
-
_p =repack(tunables)
275
-
# @show f.f_oop.(u, Ref(_p), t)
276
-
@show f.f_oop(_p, _p)
277
-
end
278
-
gs =back(Δ)
279
-
(gs[1], nothing)
280
-
elseif i ===nothing
281
-
throw(error("Zygote AD of purely-symbolic slicing for observed quantities is not yet supported. Work around this by using `A[sym,i]` to access each element sequentially in the function being differentiated."))
0 commit comments