-
Notifications
You must be signed in to change notification settings - Fork 271
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently, NumPyro uses enumeration to marginalize out discrete latent variables. However, when there are many discrete latent variables, using enumeration will be slow because the dimensional size is blown up exponentially w.r.t. the number of discrete latent variables. It seems to me that @StannisZhou's Mixed HMC [1] is a good inference algorithm to use in that case (e.g. the model in #769, which is pretty slow under enumeration).
References:
martinjankowiak, eb8680, akotlar, quattro and StannisZhoumartinjankowiak, eb8680, neerajprad, quattro and StannisZhou
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request