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 6ef6a2e commit 24a7380Copy full SHA for 24a7380
ext/DynamicPPLZygoteRulesExt.jl
@@ -19,7 +19,7 @@ ZygoteRules.@adjoint function DynamicPPL.dot_observe(
19
DynamicPPL.increment_num_produce!(vi)
20
return sum(map(Distributions.loglikelihood, dists, value)), vi
21
end
22
- return ZygoteRules.pullback(__context__, dot_observe_fallback, spl, dists, value, vi)
+ return ZygoteRules.pullback(dot_observe_fallback, __context__, spl, dists, value, vi)
23
24
25
end # module
0 commit comments