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 bf73fd0 commit c678ffcCopy full SHA for c678ffc
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