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
Currently minibatches require use of d3p.minibatch routines. The more canonical way in (num)pyro is to use the plate primitive to handle minibatch sampling - however, this is currently not possible in the DPSGD pipeline. Make it so.
This will require some way to pass d3p.random state through the inference into numpyro stacks and is hence not trivial.
The text was updated successfully, but these errors were encountered:
Currently minibatches require use of d3p.minibatch routines. The more canonical way in (num)pyro is to use the
plate
primitive to handle minibatch sampling - however, this is currently not possible in the DPSGD pipeline. Make it so.This will require some way to pass d3p.random state through the inference into numpyro stacks and is hence not trivial.
The text was updated successfully, but these errors were encountered: